apply v2.2.28 changes

This commit is contained in:
chandi 2020-10-20 20:43:12 +02:00
parent 3f32b3f6f4
commit 4770d09c65
3 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Changelog # Changelog
## Unreleased ## Unreleased
- Applied v2.2.28 changes @alangecker
## Release v2.2.27-2 (2020-10-16) ## Release v2.2.27-2 (2020-10-16)
- Increase proxy timeout to avoid aborting websocket connections @alangecker - Increase proxy timeout to avoid aborting websocket connections @alangecker

View File

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

View File

@ -11,12 +11,15 @@ public:
appName: BigBlueButton HTML5 Client appName: BigBlueButton HTML5 Client
bbbServerVersion: 2.2 bbbServerVersion: 2.2
copyright: "©2020 BigBlueButton Inc." copyright: "©2020 BigBlueButton Inc."
html5ClientBuild: 1032 html5ClientBuild: 1058
helpLink: https://bigbluebutton.org/html5/ helpLink: https://bigbluebutton.org/html5/
lockOnJoin: true lockOnJoin: true
cdn: "" cdn: ""
basename: "/html5client" basename: "/html5client"
askForFeedbackOnLogout: false askForFeedbackOnLogout: false
# the default logoutUrl matches window.location.origin i.e. bigbluebutton.org for demo.bigbluebutton.org
# in some cases we want only custom logoutUrl to be used when provided on meeting create. Default value: true
allowDefaultLogoutUrl: true
allowUserLookup: false allowUserLookup: false
enableNetworkInformation: false enableNetworkInformation: false
enableLimitOfViewersInWebcam: false enableLimitOfViewersInWebcam: false
@ -280,7 +283,7 @@ public:
callHangupMaximumRetries: 10 callHangupMaximumRetries: 10
echoTestNumber: 'echo' echoTestNumber: 'echo'
relayOnlyOnReconnect: false relayOnlyOnReconnect: false
listenOnlyCallTimeout: 15000 listenOnlyCallTimeout: 25000
presentation: presentation:
defaultPresentationFile: default.pdf defaultPresentationFile: default.pdf
panZoomThrottle: 32 panZoomThrottle: 32
@ -474,5 +477,7 @@ private:
version: 50 version: 50
- browser: electron - browser: electron
version: [0, 36] version: [0, 36]
- browser: SamsungInternet
version: 10
- browser: YandexBrowser - browser: YandexBrowser
version: 19 version: 19