- use Participants module as default
This commit is contained in:
parent
f22a4368de
commit
956242d644
@ -16,14 +16,14 @@
|
||||
|
||||
<module name="ChatModule" url="http://HOST/client/ChatModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
dependsOn="ViewersModule"
|
||||
dependsOn="ParticipantsModule"
|
||||
translationOn="false"
|
||||
translationEnabled="false"
|
||||
privateEnabled="true"
|
||||
position="top-right"
|
||||
baseTabIndex="701"
|
||||
/>
|
||||
|
||||
<!--
|
||||
<module name="ViewersModule" url="http://HOST/client/ViewersModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
host="http://HOST/bigbluebutton/api/enter"
|
||||
@ -37,12 +37,12 @@
|
||||
position="bottom-left"
|
||||
baseTabIndex="301"
|
||||
/>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<module name="ParticipantsModule" url="http://HOST/client/ParticipantsModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
/>
|
||||
-->
|
||||
|
||||
|
||||
<module name="DeskShareModule"
|
||||
url="http://HOST/client/DeskShareModule.swf?v=4105"
|
||||
@ -58,12 +58,12 @@
|
||||
skipCheck="false"
|
||||
showButton="true"
|
||||
enabledEchoCancel="true"
|
||||
dependsOn="ViewersModule"
|
||||
dependsOn="ParticipantsModule"
|
||||
/>
|
||||
|
||||
<module name="VideoconfModule" url="http://HOST/client/VideoconfModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/video"
|
||||
dependson = "ViewersModule"
|
||||
dependson = "ParticipantsModule"
|
||||
videoQuality = "100"
|
||||
presenterShareOnly = "false"
|
||||
controlsForPresenter = "false"
|
||||
@ -107,13 +107,13 @@
|
||||
host="http://HOST"
|
||||
showPresentWindow="true"
|
||||
showWindowControls="true"
|
||||
dependsOn="ViewersModule"
|
||||
dependsOn="ParticipantsModule"
|
||||
baseTabIndex="501"
|
||||
/>
|
||||
|
||||
<module name="VideodockModule" url="http://HOST/client/VideodockModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
dependsOn="VideoconfModule, ViewersModule"
|
||||
dependsOn="VideoconfModule, ParticipantsModule"
|
||||
autoDock="true"
|
||||
showControls="true"
|
||||
maximizeWindow="false"
|
||||
@ -143,7 +143,7 @@
|
||||
position="top-left"
|
||||
showStreams="true"
|
||||
autoPlay="false"
|
||||
dependsOn="ViewersModule"
|
||||
dependsOn="ParticipantsModule"
|
||||
/>
|
||||
-->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user