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>
|
2013-03-03 16:45:32 +08:00
|
|
|
<version>VERSION</version>
|
|
|
|
<help url="http://HOST/help.html"/>
|
2013-10-22 05:50:38 +08:00
|
|
|
<javaTest url="http://HOST/testjava.html"/>
|
2013-03-14 23:54:14 +08:00
|
|
|
<porttest host="HOST" application="video/portTest" timeout="10000"/>
|
|
|
|
<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"/>
|
2013-03-03 16:45:32 +08:00
|
|
|
<language userSelectionEnabled="true" />
|
2015-04-07 01:23:22 +08:00
|
|
|
<skinning enabled="true" url="http://HOST/client/branding/css/BBBDefault.css.swf?v=VERSION" />
|
2017-01-13 00:48:07 +08:00
|
|
|
<branding logo="logo.png" copyright="© 2017 <u><a href="http://www.mconf.org" target="_blank">http://www.mconf.org</a></u>" background="" toolbarColor="" toolbarColorAlphas="" />
|
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"
|
2013-06-11 06:08:30 +08:00
|
|
|
showToolbar="true" showFooter="true" showMeetingName="true" showHelpButton="true"
|
2015-05-18 06:25:26 +08:00
|
|
|
showLogoutWindow="true" showLayoutTools="true" confirmLogout="true" showNetworkMonitor="true"
|
2014-11-26 03:50:11 +08:00
|
|
|
showRecordingNotification="true"/>
|
2015-03-17 02:06:41 +08:00
|
|
|
<meeting muteOnStart="false" />
|
2015-08-31 18:18:07 +08:00
|
|
|
<logging enabled="true" target="trace" level="info" format="{dateUTC} {time} :: {name} :: [{logLevel}] {message}" uri="http://HOST"/>
|
2015-03-13 05:40:16 +08:00
|
|
|
<lock disableCamForLockedUsers="false" disableMicForLockedUsers="false" disablePrivateChatForLockedUsers="false"
|
2015-03-13 05:23:36 +08:00
|
|
|
disablePublicChatForLockedUsers="false" lockLayoutForLockedUsers="false" lockOnJoin="true" lockOnJoinConfigurable="false"/>
|
2013-03-03 16:45:32 +08:00
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
|
|
|
<module name="ChatModule" url="http://HOST/client/ChatModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2013-03-16 06:53:39 +08:00
|
|
|
dependsOn="UsersModule"
|
2013-03-03 16:45:32 +08:00
|
|
|
privateEnabled="true"
|
2015-01-06 04:06:21 +08:00
|
|
|
fontSize="12"
|
2013-03-03 16:45:32 +08:00
|
|
|
position="top-right"
|
|
|
|
baseTabIndex="701"
|
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
|
|
|
|
2013-03-16 06:53:39 +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"
|
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
|
|
|
|
2013-03-03 16:45:32 +08:00
|
|
|
|
|
|
|
<module name="DeskShareModule"
|
2015-01-28 06:19:02 +08:00
|
|
|
url="http://HOST/client/DeskShareModule.swf?v=VERSION"
|
2013-03-03 16:45:32 +08:00
|
|
|
uri="rtmp://HOST/deskShare"
|
2015-05-08 00:47:15 +08:00
|
|
|
publishURI="HOST"
|
2015-05-07 23:53:31 +08:00
|
|
|
useTLS="false"
|
2013-03-05 23:01:42 +08:00
|
|
|
showButton="true"
|
2013-03-03 16:45:32 +08:00
|
|
|
autoStart="false"
|
2013-07-23 08:58:35 +08:00
|
|
|
autoFullScreen="false"
|
2013-07-13 04:08:49 +08:00
|
|
|
baseTabIndex="201"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="PhoneModule" url="http://HOST/client/PhoneModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/sip"
|
2014-08-13 10:38:25 +08:00
|
|
|
autoJoin="true"
|
2013-07-12 22:31:04 +08:00
|
|
|
listenOnlyMode="true"
|
2014-12-10 03:53:39 +08:00
|
|
|
forceListenOnly="false"
|
2013-05-05 08:35:25 +08:00
|
|
|
presenterShareOnly="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"
|
2015-03-26 23:38:43 +08:00
|
|
|
showMicrophoneHint="true"
|
2014-02-25 05:45:00 +08:00
|
|
|
echoTestApp="9196"
|
2013-03-16 06:53:39 +08:00
|
|
|
dependsOn="UsersModule"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="VideoconfModule" url="http://HOST/client/VideoconfModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/video"
|
2013-03-16 06:53:39 +08:00
|
|
|
dependson = "UsersModule"
|
2016-01-09 07:00:23 +08:00
|
|
|
baseTabIndex="401"
|
2013-03-03 16:45:32 +08:00
|
|
|
presenterShareOnly = "false"
|
|
|
|
controlsForPresenter = "false"
|
|
|
|
autoStart = "false"
|
2013-09-23 23:24:07 +08:00
|
|
|
skipCamSettingsCheck="false"
|
2013-03-03 16:45:32 +08:00
|
|
|
showButton = "true"
|
|
|
|
showCloseButton = "true"
|
|
|
|
publishWindowVisible = "true"
|
|
|
|
viewerWindowMaxed = "false"
|
|
|
|
viewerWindowLocation = "top"
|
|
|
|
smoothVideo="false"
|
|
|
|
applyConvolutionFilter="false"
|
|
|
|
convolutionFilter="-1, 0, -1, 0, 6, 0, -1, 0, -1"
|
|
|
|
filterBias="0"
|
|
|
|
filterDivisor="4"
|
2013-03-24 01:49:30 +08:00
|
|
|
displayAvatar = "false"
|
2013-04-05 04:50:12 +08:00
|
|
|
focusTalking = "false"
|
|
|
|
glowColor = "0x4A931D"
|
2014-04-30 23:17:35 +08:00
|
|
|
glowBlurSize = "30.0"
|
2014-06-12 04:01:45 +08:00
|
|
|
priorityRatio = "0.67"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
2015-03-04 23:43:54 +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-06-10 23:21:07 +08:00
|
|
|
whiteboardAccess="presenter"
|
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
|
|
|
|
|
|
|
<module name="PollingModule" url="http://HOST/client/PollingModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
dependsOn="PresentModule"
|
|
|
|
/>
|
|
|
|
|
2013-02-20 02:45:50 +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"
|
|
|
|
host="http://HOST"
|
|
|
|
showPresentWindow="true"
|
|
|
|
showWindowControls="true"
|
2013-05-20 06:51:08 +08:00
|
|
|
openExternalFileUploadDialog="false"
|
2013-03-16 06:53:39 +08:00
|
|
|
dependsOn="UsersModule"
|
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
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="LayoutModule" url="http://HOST/client/LayoutModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
layoutConfig="http://HOST/client/conf/layout.xml"
|
2015-01-26 21:21:04 +08:00
|
|
|
enableEdit="true"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
2016-11-21 07:21:26 +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"
|
2011-09-21 14:13:17 +08:00
|
|
|
refreshDelay="500"
|
2014-11-01 01:01:29 +08:00
|
|
|
enableMultipleNotes="true"
|
2013-07-15 22:49:46 +08:00
|
|
|
dependsOn="UsersModule"
|
2012-03-24 05:20:56 +08:00
|
|
|
position="bottom-left"
|
2015-11-10 21:17:23 +08:00
|
|
|
toolbarVisibleByDefault="false"
|
|
|
|
showToolbarButton="true"
|
2015-12-23 03:45:16 +08:00
|
|
|
fontSize="12"
|
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>
|