apply v2.2.24 changes

This commit is contained in:
chandi
2020-09-16 00:24:38 +02:00
parent a4e93eacd0
commit e4176ee53a
7 changed files with 30 additions and 13 deletions

View File

@ -14,7 +14,7 @@ USER meteor
ENV METEOR_VERSION 1.8.1
RUN curl -sL https://install.meteor.com?release=$METEOR_VERSION | sed s/--progress-bar/-sL/g | /bin/sh
ENV TAG v2.2.23
ENV TAG v2.2.24
RUN cd ~ \
&& svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bigbluebutton-html5 \
&& mv ~/bigbluebutton-html5 ~/source \
@ -51,4 +51,4 @@ USER meteor
ENTRYPOINT ["/entrypoint.sh"]
# lets set the tag again, so that it is include in the image for later version retrieval
ENV TAG v2.2.23
ENV TAG v2.2.24

View File

@ -11,7 +11,7 @@ public:
appName: BigBlueButton HTML5 Client
bbbServerVersion: 2.2
copyright: "©2020 BigBlueButton Inc."
html5ClientBuild: 1006
html5ClientBuild: 1024
helpLink: https://bigbluebutton.org/html5/
lockOnJoin: true
cdn: ""
@ -29,6 +29,10 @@ public:
allowFullscreen: true
remainingTimeThreshold: 30
remainingTimeAlertThreshold: 1
# Warning: increasing the limit of breakout rooms per meeting
# can generate excessive overhead to the server. We recommend
# this value to be kept under 12.
breakoutRoomLimit: 8
defaultSettings:
application:
animations: true
@ -451,22 +455,24 @@ private:
enabled: false
minBrowserVersions:
- browser: chrome
version: 59
version: 72
- browser: chromeMobileIOS
version: Infinity
- browser: firefox
version: 52
version: 63
- browser: firefoxMobile
version: 52
version: 68
- browser: edge
version: 17
version: 79
- browser: ie
version: Infinity
- browser: safari
version: [11, 1]
version: [12, 1]
- browser: mobileSafari
version: [11, 1]
version: [12, 1]
- browser: opera
version: 46
version: 50
- browser: electron
version: [0, 36]
- browser: YandexBrowser
version: 19