From f5728a8435f609c58149ac8d10e87e34762d569a Mon Sep 17 00:00:00 2001 From: Richard Alam Date: Fri, 15 Oct 2010 13:39:23 -0400 Subject: [PATCH] - can not monitor except deskshare --- README | 3 +- .../src/MonitoringModule.mxml | 212 ++++++++++++++++++ .../monitoring/maps/MonitoringEventMap.mxml | 32 +++ 3 files changed, 246 insertions(+), 1 deletion(-) create mode 100755 bigbluebutton-client/src/MonitoringModule.mxml create mode 100755 bigbluebutton-client/src/org/bigbluebutton/modules/monitoring/maps/MonitoringEventMap.mxml diff --git a/README b/README index e5306a2654..c5daa88175 100644 --- a/README +++ b/README @@ -1 +1,2 @@ -- see http://code.google.com/p/bigbluebutton +- see http://code.google.com/p/bigbluebutton and http://www.bigbluebutton.org + diff --git a/bigbluebutton-client/src/MonitoringModule.mxml b/bigbluebutton-client/src/MonitoringModule.mxml new file mode 100755 index 0000000000..3dd9d0a944 --- /dev/null +++ b/bigbluebutton-client/src/MonitoringModule.mxml @@ -0,0 +1,212 @@ + + + + + + + + + + diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/monitoring/maps/MonitoringEventMap.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/monitoring/maps/MonitoringEventMap.mxml new file mode 100755 index 0000000000..f23782e60e --- /dev/null +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/monitoring/maps/MonitoringEventMap.mxml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file