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"/>
|
2013-03-03 16:45:32 +08:00
|
|
|
<application uri="rtmp://HOST/bigbluebutton" host="http://HOST/bigbluebutton/api/enter" />
|
|
|
|
<language userSelectionEnabled="true" />
|
|
|
|
<skinning enabled="true" url="http://HOST/client/branding/css/BBBDefault.css.swf" />
|
2014-10-06 02:53:50 +08:00
|
|
|
<branding logo="logo.png" copyright="Mconf rocks!" background="background.jpg" />
|
2013-03-08 04:20:27 +08:00
|
|
|
<shortcutKeys showButton="true" />
|
2015-01-16 08:14:49 +08:00
|
|
|
<browserVersions chrome="CHROME_VERSION" firefox="FIREFOX_VERSION" flash="FLASH_VERSION" />
|
2014-11-13 04:17:16 +08:00
|
|
|
<layout showLogButton="false" showVideoLayout="false" showResetLayout="true" defaultLayout="bbb.layout.name.defaultlayout"
|
2013-06-11 06:08:30 +08:00
|
|
|
showToolbar="true" showFooter="true" showMeetingName="true" showHelpButton="true"
|
2014-12-10 02:52:43 +08:00
|
|
|
showLogoutWindow="true" showLayoutTools="true" showNetworkMonitor="true" confirmLogout="true"
|
2014-11-26 03:50:11 +08:00
|
|
|
showRecordingNotification="true"/>
|
2014-08-01 00:44:42 +08:00
|
|
|
<lock allowModeratorLocking="false" disableCamForLockedUsers="false" disableMicForLockedUsers="false" disablePrivateChatForLockedUsers="false"
|
|
|
|
disablePublicChatForLockedUsers="false" lockLayoutForLockedUsers="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"
|
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"
|
2013-08-24 06:36:49 +08:00
|
|
|
enableRaiseHand="true"
|
|
|
|
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"
|
|
|
|
url="http://HOST/client/DeskShareModule.swf?v=4105"
|
|
|
|
uri="rtmp://HOST/deskShare"
|
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-12-10 03:53:39 +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"
|
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"
|
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"
|
|
|
|
glowBlurSize = "30.0"
|
2014-06-12 04:01:45 +08:00
|
|
|
priorityRatio = "0.67"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="WhiteboardModule" url="http://HOST/client/WhiteboardModule.swf?v=4105"
|
|
|
|
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
|
|
|
/>
|
2014-07-31 02:22:23 +08:00
|
|
|
<!--
|
2013-03-03 16:45:32 +08:00
|
|
|
|
|
|
|
<module name="PollingModule" url="http://HOST/client/PollingModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
dependsOn="PresentModule"
|
|
|
|
/>
|
|
|
|
|
2014-07-31 02:22:23 +08:00
|
|
|
-->
|
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"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
2014-04-02 02:00:46 +08:00
|
|
|
<!--
|
2013-03-03 16:45:32 +08:00
|
|
|
<module name="VideodockModule" url="http://HOST/client/VideodockModule.swf?v=VERSION"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2013-03-16 06:53:39 +08:00
|
|
|
dependsOn="VideoconfModule, UsersModule"
|
2013-03-03 16:45:32 +08:00
|
|
|
autoDock="true"
|
|
|
|
showControls="true"
|
|
|
|
maximizeWindow="false"
|
|
|
|
position="bottom-right"
|
|
|
|
width="172"
|
|
|
|
height="179"
|
|
|
|
layout="smart"
|
|
|
|
oneAlwaysBigger="false"
|
|
|
|
baseTabIndex="401"
|
|
|
|
/>
|
2014-04-02 02:00:46 +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"
|
2015-01-26 21:21:04 +08:00
|
|
|
enableEdit="true"
|
2013-03-03 16:45:32 +08:00
|
|
|
/>
|
|
|
|
|
2011-02-14 03:19:13 +08:00
|
|
|
<module name="SharedNotesModule" url="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"
|
2011-02-14 03:19:13 +08:00
|
|
|
/>
|
2013-07-15 22:49:46 +08:00
|
|
|
|
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>
|