Skip to content

Commit 956242d

Browse files
committed
- use Participants module as default
1 parent f22a436 commit 956242d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bigbluebutton-client/resources/config.xml.template

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
<module name="ChatModule" url="http://HOST/client/ChatModule.swf?v=VERSION"
1818
uri="rtmp://HOST/bigbluebutton"
19-
dependsOn="ViewersModule"
19+
dependsOn="ParticipantsModule"
2020
translationOn="false"
2121
translationEnabled="false"
2222
privateEnabled="true"
2323
position="top-right"
2424
baseTabIndex="701"
2525
/>
26-
26+
<!--
2727
<module name="ViewersModule" url="http://HOST/client/ViewersModule.swf?v=VERSION"
2828
uri="rtmp://HOST/bigbluebutton"
2929
host="http://HOST/bigbluebutton/api/enter"
@@ -37,12 +37,12 @@
3737
position="bottom-left"
3838
baseTabIndex="301"
3939
/>
40+
-->
4041

41-
<!--
4242
<module name="ParticipantsModule" url="http://HOST/client/ParticipantsModule.swf?v=VERSION"
4343
uri="rtmp://HOST/bigbluebutton"
4444
/>
45-
-->
45+
4646

4747
<module name="DeskShareModule"
4848
url="http://HOST/client/DeskShareModule.swf?v=4105"
@@ -58,12 +58,12 @@
5858
skipCheck="false"
5959
showButton="true"
6060
enabledEchoCancel="true"
61-
dependsOn="ViewersModule"
61+
dependsOn="ParticipantsModule"
6262
/>
6363

6464
<module name="VideoconfModule" url="http://HOST/client/VideoconfModule.swf?v=VERSION"
6565
uri="rtmp://HOST/video"
66-
dependson = "ViewersModule"
66+
dependson = "ParticipantsModule"
6767
videoQuality = "100"
6868
presenterShareOnly = "false"
6969
controlsForPresenter = "false"
@@ -107,13 +107,13 @@
107107
host="http://HOST"
108108
showPresentWindow="true"
109109
showWindowControls="true"
110-
dependsOn="ViewersModule"
110+
dependsOn="ParticipantsModule"
111111
baseTabIndex="501"
112112
/>
113113

114114
<module name="VideodockModule" url="http://HOST/client/VideodockModule.swf?v=VERSION"
115115
uri="rtmp://HOST/bigbluebutton"
116-
dependsOn="VideoconfModule, ViewersModule"
116+
dependsOn="VideoconfModule, ParticipantsModule"
117117
autoDock="true"
118118
showControls="true"
119119
maximizeWindow="false"
@@ -143,7 +143,7 @@
143143
position="top-left"
144144
showStreams="true"
145145
autoPlay="false"
146-
dependsOn="ViewersModule"
146+
dependsOn="ParticipantsModule"
147147
/>
148148
-->
149149

0 commit comments

Comments
 (0)