Merge pull request #4404 from riadvice/2x-client-theme
Set rtlEnabled to false by default
This commit is contained in:
commit
1030844aa5
@ -4,16 +4,16 @@
|
||||
<version>VERSION</version>
|
||||
<help url="http://HOST/help.html"/>
|
||||
<javaTest url="http://HOST/testjava.html"/>
|
||||
<porttest host="HOST" application="video/portTest" timeout="10000"/>
|
||||
<porttest host="HOST" application="video/portTest" timeout="10000"/>
|
||||
<bwMon server="HOST" application="video/bwTest"/>
|
||||
<application uri="rtmp://HOST/bigbluebutton" host="http://HOST/bigbluebutton/api/enter"/>
|
||||
<language userSelectionEnabled="true" rtlEnabled="true"/>
|
||||
<language userSelectionEnabled="true" rtlEnabled="false"/>
|
||||
<skinning enabled="true" url="http://HOST/client/branding/css/V2Theme.css.swf?v=VERSION" />
|
||||
<branding logo="logo.swf" copyright="© 2017 <u><a href="http://HOST/home.html" target="_blank">BigBlueButton Inc.</a></u> (build {0})" background="" toolbarColor="" />
|
||||
<shortcutKeys showButton="true" />
|
||||
<browserVersions chrome="CHROME_VERSION" firefox="FIREFOX_VERSION" flash="FLASH_VERSION" java="1.7.0_51" />
|
||||
<layout showLogButton="false" defaultLayout="bbb.layout.name.defaultlayout"
|
||||
showToolbar="true" showFooter="true" showMeetingName="true" showHelpButton="true"
|
||||
showToolbar="true" showFooter="true" showMeetingName="true" showHelpButton="true"
|
||||
showLogoutWindow="true" showLayoutTools="true" confirmLogout="true" showNetworkMonitor="false"
|
||||
showRecordingNotification="true" logoutOnStopRecording="false"/>
|
||||
<meeting muteOnStart="false" />
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
<modules>
|
||||
|
||||
<module name="ChatModule" url="http://HOST/client/ChatModule.swf?v=VERSION"
|
||||
<module name="ChatModule" url="http://HOST/client/ChatModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
dependsOn="UsersModule"
|
||||
privateEnabled="true"
|
||||
@ -34,7 +34,7 @@
|
||||
maxMessageLength="1024"
|
||||
/>
|
||||
|
||||
<module name="UsersModule" url="http://HOST/client/UsersModule.swf?v=VERSION"
|
||||
<module name="UsersModule" url="http://HOST/client/UsersModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
allowKickUser="true"
|
||||
enableEmojiStatus="true"
|
||||
@ -55,7 +55,7 @@
|
||||
help="http://HOST/client/help/screenshare-help.html"
|
||||
/>
|
||||
|
||||
<module name="PhoneModule" url="http://HOST/client/PhoneModule.swf?v=VERSION"
|
||||
<module name="PhoneModule" url="http://HOST/client/PhoneModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/sip"
|
||||
dependsOn="UsersModule"
|
||||
autoJoin="true"
|
||||
@ -71,7 +71,7 @@
|
||||
echoTestApp="9196"
|
||||
/>
|
||||
|
||||
<module name="VideoconfModule" url="http://HOST/client/VideoconfModule.swf?v=VERSION"
|
||||
<module name="VideoconfModule" url="http://HOST/client/VideoconfModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/video"
|
||||
dependsOn="UsersModule"
|
||||
baseTabIndex="401"
|
||||
@ -86,20 +86,19 @@
|
||||
priorityRatio="0.67"
|
||||
/>
|
||||
|
||||
<module name="WhiteboardModule" url="http://HOST/client/WhiteboardModule.swf?v=VERSION"
|
||||
<module name="WhiteboardModule" url="http://HOST/client/WhiteboardModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
dependsOn="PresentModule"
|
||||
baseTabIndex="601"
|
||||
whiteboardAccess="presenter"
|
||||
keepToolbarVisible="false"
|
||||
/>
|
||||
|
||||
<module name="PollingModule" url="http://HOST/client/PollingModule.swf?v=VERSION"
|
||||
<module name="PollingModule" url="http://HOST/client/PollingModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
dependsOn="PresentModule"
|
||||
/>
|
||||
|
||||
<module name="PresentModule" url="http://HOST/client/PresentModule.swf?v=VERSION"
|
||||
<module name="PresentModule" url="http://HOST/client/PresentModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
dependsOn="UsersModule"
|
||||
host="http://HOST"
|
||||
@ -111,7 +110,7 @@
|
||||
enableDownload="true"
|
||||
/>
|
||||
|
||||
<module name="CaptionModule" url="http://HOST/client/CaptionModule.swf?v=VERSION"
|
||||
<module name="CaptionModule" url="http://HOST/client/CaptionModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
dependsOn="UsersModule"
|
||||
maxPasteLength="1024"
|
||||
@ -128,7 +127,6 @@
|
||||
uri="rtmp://HOST/bigbluebutton"
|
||||
dependsOn="UsersModule"
|
||||
refreshDelay="500"
|
||||
enableMultipleNotes="true"
|
||||
toolbarVisibleByDefault="false"
|
||||
showToolbarButton="true"
|
||||
fontSize="14"
|
||||
|
@ -6,9 +6,6 @@ package org.bigbluebutton.modules.sharednotes {
|
||||
[Bindable]
|
||||
public var refreshDelay:int = 500;
|
||||
|
||||
[Bindable]
|
||||
public var enableMultipleNotes:Boolean = false;
|
||||
|
||||
[Bindable]
|
||||
public var toolbarVisibleByDefault:Boolean = false;
|
||||
|
||||
|
@ -3,9 +3,6 @@ package org.bigbluebutton.modules.whiteboard.views.models {
|
||||
|
||||
public class WhiteboardOptions extends Options {
|
||||
|
||||
[Bindable]
|
||||
public var whiteboardAccess:String = "presenter";
|
||||
|
||||
[Bindable]
|
||||
public var baseTabIndex:int = 701;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user