forked from extern/docker
apply v2.2.28 changes
This commit is contained in:
parent
3f32b3f6f4
commit
4770d09c65
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user