2010-06-09 05:33:16 +08:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<config>
|
2011-01-29 14:33:59 +08:00
|
|
|
<localeversion suppressWarning="true">0.71</localeversion>
|
2010-06-09 05:33:16 +08:00
|
|
|
<version>VERSION</version>
|
|
|
|
<help url="http://HOST/help.html"/>
|
|
|
|
<porttest host="HOST" application="video"/>
|
2010-08-05 19:28:55 +08:00
|
|
|
<application uri="rtmp://HOST/bigbluebutton" host="http://HOST/bigbluebutton/api/enter" />
|
2010-08-27 01:19:16 +08:00
|
|
|
<language userSelectionEnabled="true" />
|
2010-12-24 12:20:26 +08:00
|
|
|
<skinning enabled="false" url="branding/css/theme.css.swf" />
|
2010-10-14 01:55:49 +08:00
|
|
|
<debug showDebugWindow="false" />
|
2010-08-14 07:57:48 +08:00
|
|
|
|
2010-06-09 05:33:16 +08:00
|
|
|
<modules>
|
|
|
|
|
2010-07-04 22:54:35 +08:00
|
|
|
<module name="ChatModule" url="ChatModule.swf?v=VERSION"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2010-08-05 06:13:54 +08:00
|
|
|
dependsOn="ViewersModule"
|
2010-08-10 22:56:10 +08:00
|
|
|
translationOn="true"
|
2010-08-05 06:13:54 +08:00
|
|
|
translationEnabled="true"
|
2010-06-09 05:33:16 +08:00
|
|
|
/>
|
|
|
|
|
2010-07-04 22:54:35 +08:00
|
|
|
<module name="ViewersModule" url="ViewersModule.swf?v=VERSION"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2010-08-05 19:28:55 +08:00
|
|
|
host="http://HOST/bigbluebutton/api/enter"
|
2010-11-08 07:30:00 +08:00
|
|
|
allowKickUser="false"
|
2010-08-05 04:42:14 +08:00
|
|
|
/>
|
|
|
|
|
2010-07-04 22:54:35 +08:00
|
|
|
<module name="ListenersModule" url="ListenersModule.swf?v=VERSION"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
recordingHost="http://HOST"
|
|
|
|
/>
|
|
|
|
|
2010-07-17 01:36:09 +08:00
|
|
|
<module name="DeskShareModule"
|
|
|
|
url="DeskShareModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/deskShare"
|
|
|
|
/>
|
2010-06-09 05:33:16 +08:00
|
|
|
|
2010-07-04 22:54:35 +08:00
|
|
|
<module name="PhoneModule" url="PhoneModule.swf?v=VERSION"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/sip"
|
2010-11-24 05:39:08 +08:00
|
|
|
autoJoin="false"
|
2010-07-17 01:36:09 +08:00
|
|
|
dependsOn="ViewersModule"
|
2010-06-09 05:33:16 +08:00
|
|
|
/>
|
|
|
|
|
2010-07-04 22:54:35 +08:00
|
|
|
<module name="VideoconfModule" url="VideoconfModule.swf?v=VERSION"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/video"
|
2010-07-17 01:36:09 +08:00
|
|
|
dependsOn="ViewersModule"
|
2010-11-10 10:52:13 +08:00
|
|
|
videoQuality="70"
|
2010-08-28 01:27:02 +08:00
|
|
|
presenterShareOnly="false"
|
2010-06-09 05:33:16 +08:00
|
|
|
/>
|
|
|
|
|
2010-07-18 04:05:57 +08:00
|
|
|
<module name="WhiteboardModule" url="WhiteboardModule.swf?v=VERSION"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2010-08-05 04:42:14 +08:00
|
|
|
dependsOn="PresentModule"
|
2010-06-09 05:33:16 +08:00
|
|
|
/>
|
|
|
|
|
2010-07-04 22:54:35 +08:00
|
|
|
<module name="PresentModule" url="PresentModule.swf?v=VERSION"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
host="http://HOST"
|
2010-07-17 01:36:09 +08:00
|
|
|
dependsOn="ViewersModule"
|
2010-06-09 05:33:16 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
<!-- new module in development:
|
2010-07-04 22:54:35 +08:00
|
|
|
<module name="DynamicInfoModule" url="DynamicInfoModule.swf?v=VERSION"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
host="http://HOST"
|
|
|
|
infoURL="http://HOST/client/conf/example-info-data.xml?user={userID}&role={role}&meetingID={meetingID}"
|
|
|
|
/>
|
|
|
|
-->
|
|
|
|
|
2010-08-14 00:03:09 +08:00
|
|
|
<!--<module name="ExampleChatModule" url="ExampleChatModule.swf?v=56"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
host="http://HOST"
|
|
|
|
/>-->
|
|
|
|
|
2010-09-01 03:03:44 +08:00
|
|
|
<!--<module name="BreakoutModule" url="BreakoutModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://192.168.0.225/bigbluebutton"
|
|
|
|
host="http://192.168.0.225"
|
|
|
|
dependsOn="ViewersModule"
|
2010-09-01 05:39:59 +08:00
|
|
|
salt="1708e5ecf25b7142b06f2338b4ea3cf1"
|
2010-09-01 03:03:44 +08:00
|
|
|
/>-->
|
|
|
|
|
2010-06-09 05:33:16 +08:00
|
|
|
</modules>
|
|
|
|
</config>
|