2013-03-03 16:45:32 +08:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<config>
|
2014-08-13 19:20:10 +08:00
|
|
|
<localeversion suppressWarning="false">0.9.0</localeversion>
|
2017-08-19 05:54:47 +08:00
|
|
|
<version>VERSION</version>
|
2013-03-03 16:45:32 +08:00
|
|
|
<help url="http://HOST/help.html"/>
|
2013-10-22 05:50:38 +08:00
|
|
|
<javaTest url="http://HOST/testjava.html"/>
|
2017-09-15 23:52:21 +08:00
|
|
|
<porttest host="HOST" application="video/portTest" timeout="10000"/>
|
2013-03-14 23:54:14 +08:00
|
|
|
<bwMon server="HOST" application="video/bwTest"/>
|
2015-02-13 02:29:39 +08:00
|
|
|
<application uri="rtmp://HOST/bigbluebutton" host="http://HOST/bigbluebutton/api/enter"/>
|
2017-09-15 23:52:21 +08:00
|
|
|
<language userSelectionEnabled="true" rtlEnabled="false"/>
|
2017-07-04 01:36:53 +08:00
|
|
|
<skinning enabled="true" url="http://HOST/client/branding/css/V2Theme.css.swf?v=VERSION" />
|
2017-09-20 01:00:37 +08:00
|
|
|
<branding logo="logo.swf" copyright="© 2017 <u><a href="http://HOST/home.html" target="_blank">BigBlueButton Inc.</a></u> (build {0})" background="" toolbarColor="" showQuote="true"/>
|
2013-03-08 04:20:27 +08:00
|
|
|
<shortcutKeys showButton="true" />
|
2015-01-28 06:19:02 +08:00
|
|
|
<browserVersions chrome="CHROME_VERSION" firefox="FIREFOX_VERSION" flash="FLASH_VERSION" java="1.7.0_51" />
|
2015-04-07 03:05:46 +08:00
|
|
|
<layout showLogButton="false" defaultLayout="bbb.layout.name.defaultlayout"
|
2017-09-15 23:52:21 +08:00
|
|
|
showToolbar="true" showFooter="true" showMeetingName="true" showHelpButton="true"
|
2017-07-25 03:42:29 +08:00
|
|
|
showLogoutWindow="true" showLayoutTools="true" confirmLogout="true" showNetworkMonitor="false"
|
2016-10-24 19:15:34 +08:00
|
|
|
showRecordingNotification="true" logoutOnStopRecording="false"/>
|
2015-03-17 02:06:41 +08:00
|
|
|
<meeting muteOnStart="false" />
|
2016-11-05 03:41:01 +08:00
|
|
|
<breakoutRooms enabled="true" record="false" />
|
2017-08-22 03:08:49 +08:00
|
|
|
<logging enabled="true" logTarget="trace" level="info" format="{dateUTC} {time} :: {name} :: [{logLevel}] {message}" uri="http://HOST/log" logPattern=".*"/>
|
2017-08-12 08:53:09 +08:00
|
|
|
<lock disableCam="false" disableMic="false" disablePrivateChat="false"
|
|
|
|
disablePublicChat="false" lockedLayout="false" lockOnJoin="true" lockOnJoinConfigurable="false"/>
|
2013-03-03 16:45:32 +08:00
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
2017-09-15 23:52:21 +08:00
|
|
|
<module name="ChatModule" url="http://HOST/client/ChatModule.swf?v=VERSION"
|
2013-03-03 16:45:32 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2013-03-16 06:53:39 +08:00
|
|
|
dependsOn="UsersModule"
|
2013-03-03 16:45:32 +08:00
|
|
|
privateEnabled="true"
|
2017-08-19 04:01:25 +08:00
|
|
|
fontSize="14"
|
2016-07-19 05:11:54 +08:00
|
|
|
baseTabIndex="801"
|
2014-01-31 05:14:16 +08:00
|
|
|
colorPickerIsVisible="false"
|
2015-09-07 23:10:49 +08:00
|
|
|
maxMessageLength="1024"
|
2013-02-20 02:45:50 +08:00
|
|
|
/>
|
2013-03-03 16:45:32 +08:00
|
|
|
|
2017-09-15 23:52:21 +08:00
|
|
|
<module name="UsersModule" url="http://HOST/client/UsersModule.swf?v=VERSION"
|
2013-03-03 16:45:32 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2013-05-12 05:39:40 +08:00
|
|
|
allowKickUser="true"
|
2015-08-23 23:35:10 +08:00
|
|
|
enableEmojiStatus="true"
|
2013-08-24 06:36:49 +08:00
|
|
|
enableSettingsButton="true"
|
2017-08-10 22:46:38 +08:00
|
|
|
enableGuestUI="false"
|
2017-10-06 17:57:19 +08:00
|
|
|
moderatorUnmute="true"
|
2013-07-13 04:08:49 +08:00
|
|
|
baseTabIndex="301"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
2013-03-15 02:47:01 +08:00
|
|
|
|
2016-06-29 01:15:36 +08:00
|
|
|
<module name="ScreenshareModule"
|
|
|
|
url="http://HOST/client/ScreenshareModule.swf?v=VERSION"
|
2016-05-29 04:03:37 +08:00
|
|
|
uri="rtmp://HOST/screenshare"
|
2017-07-15 03:14:00 +08:00
|
|
|
showButton="true"
|
2017-09-07 23:34:38 +08:00
|
|
|
enablePause="true"
|
2017-05-24 19:19:25 +08:00
|
|
|
tryWebRTCFirst="false"
|
|
|
|
chromeExtensionLink=""
|
|
|
|
chromeExtensionKey=""
|
2016-05-29 04:03:37 +08:00
|
|
|
baseTabIndex="201"
|
2016-08-04 04:33:56 +08:00
|
|
|
help="http://HOST/client/help/screenshare-help.html"
|
2016-05-29 04:03:37 +08:00
|
|
|
/>
|
2016-02-11 03:43:38 +08:00
|
|
|
|
2017-09-15 23:52:21 +08:00
|
|
|
<module name="PhoneModule" url="http://HOST/client/PhoneModule.swf?v=VERSION"
|
2013-03-03 16:45:32 +08:00
|
|
|
uri="rtmp://HOST/sip"
|
2017-05-24 19:19:25 +08:00
|
|
|
dependsOn="UsersModule"
|
2014-08-13 10:38:25 +08:00
|
|
|
autoJoin="true"
|
2013-07-12 22:31:04 +08:00
|
|
|
listenOnlyMode="true"
|
2017-05-24 19:19:25 +08:00
|
|
|
forceListenOnly="false"
|
2013-03-03 16:45:32 +08:00
|
|
|
skipCheck="false"
|
|
|
|
showButton="true"
|
|
|
|
enabledEchoCancel="true"
|
2014-08-09 04:19:38 +08:00
|
|
|
useWebRTCIfAvailable="true"
|
2014-06-06 05:04:19 +08:00
|
|
|
showPhoneOption="false"
|
2017-04-10 18:16:46 +08:00
|
|
|
showWebRTCStats="false"
|
2017-06-05 20:28:24 +08:00
|
|
|
showWebRTCMOS="false"
|
2014-02-25 05:45:00 +08:00
|
|
|
echoTestApp="9196"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
2017-09-15 23:52:21 +08:00
|
|
|
<module name="VideoconfModule" url="http://HOST/client/VideoconfModule.swf?v=VERSION"
|
2013-03-03 16:45:32 +08:00
|
|
|
uri="rtmp://HOST/video"
|
2017-05-19 17:39:12 +08:00
|
|
|
dependsOn="UsersModule"
|
2016-01-09 07:00:23 +08:00
|
|
|
baseTabIndex="401"
|
2017-05-19 17:39:12 +08:00
|
|
|
autoStart="false"
|
2013-09-23 23:24:07 +08:00
|
|
|
skipCamSettingsCheck="false"
|
2017-05-19 17:39:12 +08:00
|
|
|
showButton="true"
|
2013-03-03 16:45:32 +08:00
|
|
|
applyConvolutionFilter="false"
|
|
|
|
convolutionFilter="-1, 0, -1, 0, 6, 0, -1, 0, -1"
|
|
|
|
filterBias="0"
|
|
|
|
filterDivisor="4"
|
2017-05-19 17:39:12 +08:00
|
|
|
displayAvatar="false"
|
|
|
|
priorityRatio="0.67"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
2017-09-15 23:52:21 +08:00
|
|
|
<module name="WhiteboardModule" url="http://HOST/client/WhiteboardModule.swf?v=VERSION"
|
2013-03-03 16:45:32 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
dependsOn="PresentModule"
|
|
|
|
baseTabIndex="601"
|
2013-07-10 00:59:37 +08:00
|
|
|
keepToolbarVisible="false"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
2015-07-03 02:08:29 +08:00
|
|
|
|
2017-09-15 23:52:21 +08:00
|
|
|
<module name="PollingModule" url="http://HOST/client/PollingModule.swf?v=VERSION"
|
2015-07-03 02:08:29 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
dependsOn="PresentModule"
|
|
|
|
/>
|
|
|
|
|
2017-09-15 23:52:21 +08:00
|
|
|
<module name="PresentModule" url="http://HOST/client/PresentModule.swf?v=VERSION"
|
2013-03-03 16:45:32 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2017-05-24 19:19:25 +08:00
|
|
|
dependsOn="UsersModule"
|
2013-03-03 16:45:32 +08:00
|
|
|
host="http://HOST"
|
|
|
|
showPresentWindow="true"
|
|
|
|
showWindowControls="true"
|
2013-05-20 06:51:08 +08:00
|
|
|
openExternalFileUploadDialog="false"
|
2013-03-03 16:45:32 +08:00
|
|
|
baseTabIndex="501"
|
2013-04-03 03:56:11 +08:00
|
|
|
maxFileSize="30"
|
2016-06-24 23:31:14 +08:00
|
|
|
enableDownload="true"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
2015-10-16 06:42:01 +08:00
|
|
|
|
2017-09-15 23:52:21 +08:00
|
|
|
<module name="CaptionModule" url="http://HOST/client/CaptionModule.swf?v=VERSION"
|
2015-10-16 06:42:01 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
dependsOn="UsersModule"
|
2016-08-05 02:52:33 +08:00
|
|
|
maxPasteLength="1024"
|
2016-07-19 05:11:54 +08:00
|
|
|
baseTabIndex="701"
|
2015-10-16 06:42:01 +08:00
|
|
|
/>
|
2013-03-03 16:45:32 +08:00
|
|
|
|
|
|
|
<module name="LayoutModule" url="http://HOST/client/LayoutModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
layoutConfig="http://HOST/client/conf/layout.xml"
|
2017-07-25 03:42:29 +08:00
|
|
|
enableEdit="false"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
2017-03-11 02:09:23 +08:00
|
|
|
<module name="SharedNotesModule" url="http://HOST/client/SharedNotesModule.swf?v=VERSION"
|
2013-04-10 01:58:38 +08:00
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2017-05-24 19:19:25 +08:00
|
|
|
dependsOn="UsersModule"
|
2011-09-21 14:13:17 +08:00
|
|
|
refreshDelay="500"
|
2015-11-10 21:17:23 +08:00
|
|
|
toolbarVisibleByDefault="false"
|
|
|
|
showToolbarButton="true"
|
2017-08-22 04:30:43 +08:00
|
|
|
fontSize="14"
|
2017-08-31 04:40:05 +08:00
|
|
|
maxMessageLength="5000"
|
2017-08-30 23:37:54 +08:00
|
|
|
maxNoteLength="10000"
|
2017-08-24 02:02:38 +08:00
|
|
|
enableDeleteNotes="false"
|
2017-08-30 03:45:45 +08:00
|
|
|
hideAdditionalNotes="false"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<module name="NotesModule" url="http://HOST/client/NotesModule.swf?v=VERSION"
|
|
|
|
saveURL="http://HOST"
|
|
|
|
position="top-left"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="BroadcastModule" url="http://HOST/client/BroadcastModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
streamsUri="http://HOST/streams.xml"
|
|
|
|
position="top-left"
|
|
|
|
showStreams="true"
|
|
|
|
autoPlay="false"
|
2013-03-16 06:53:39 +08:00
|
|
|
dependsOn="UsersModule"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
-->
|
|
|
|
|
|
|
|
</modules>
|
|
|
|
</config>
|