bigbluebutton-Github/bigbluebutton-client/resources/config.xml.template

82 lines
2.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" ?>
<config>
2010-11-04 01:49:11 +08:00
<localeversion>0.71</localeversion>
<version>VERSION</version>
<help url="http://HOST/help.html"/>
<porttest host="HOST" application="video"/>
<application uri="rtmp://HOST/bigbluebutton" host="http://HOST/bigbluebutton/api/enter" />
2010-08-27 01:19:16 +08:00
<language userSelectionEnabled="true" />
<skinning enabled="false" url="branding/css/theme.swf" />
<debug showDebugWindow="false" />
<modules>
<module name="ChatModule" url="ChatModule.swf?v=VERSION"
uri="rtmp://HOST/bigbluebutton"
dependsOn="ViewersModule"
2010-08-10 22:56:10 +08:00
translationOn="true"
translationEnabled="true"
/>
<module name="ViewersModule" url="ViewersModule.swf?v=VERSION"
uri="rtmp://HOST/bigbluebutton"
host="http://HOST/bigbluebutton/api/enter"
allowKickUser="true"
/>
<module name="ListenersModule" url="ListenersModule.swf?v=VERSION"
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"
/>
<module name="PhoneModule" url="PhoneModule.swf?v=VERSION"
uri="rtmp://HOST/sip"
2010-07-17 01:36:09 +08:00
dependsOn="ViewersModule"
/>
<module name="VideoconfModule" url="VideoconfModule.swf?v=VERSION"
uri="rtmp://HOST/video"
2010-07-17 01:36:09 +08:00
dependsOn="ViewersModule"
videoQuality="100"
presenterShareOnly="false"
/>
<module name="WhiteboardModule" url="WhiteboardModule.swf?v=VERSION"
uri="rtmp://HOST/bigbluebutton"
dependsOn="PresentModule"
/>
<module name="PresentModule" url="PresentModule.swf?v=VERSION"
uri="rtmp://HOST/bigbluebutton"
host="http://HOST"
2010-07-17 01:36:09 +08:00
dependsOn="ViewersModule"
/>
<!-- new module in development:
<module name="DynamicInfoModule" url="DynamicInfoModule.swf?v=VERSION"
uri="rtmp://HOST/bigbluebutton"
host="http://HOST"
infoURL="http://HOST/client/conf/example-info-data.xml?user={userID}&role={role}&meetingID={meetingID}"
/>
-->
<!--<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"
salt="1708e5ecf25b7142b06f2338b4ea3cf1"
2010-09-01 03:03:44 +08:00
/>-->
</modules>
</config>