diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b8136d..23a2086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## Unreleased - +- Applied v2.2.28 changes @alangecker ## Release v2.2.27-2 (2020-10-16) - Increase proxy timeout to avoid aborting websocket connections @alangecker diff --git a/mod/html5/Dockerfile b/mod/html5/Dockerfile index b582f77..6f7274c 100644 --- a/mod/html5/Dockerfile +++ b/mod/html5/Dockerfile @@ -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.27 +ENV TAG v2.2.28 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.27 +ENV TAG v2.2.28 diff --git a/mod/html5/settings.yml b/mod/html5/settings.yml index fb766ae..b49367f 100644 --- a/mod/html5/settings.yml +++ b/mod/html5/settings.yml @@ -11,12 +11,15 @@ public: appName: BigBlueButton HTML5 Client bbbServerVersion: 2.2 copyright: "©2020 BigBlueButton Inc." - html5ClientBuild: 1032 + html5ClientBuild: 1058 helpLink: https://bigbluebutton.org/html5/ lockOnJoin: true cdn: "" basename: "/html5client" 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 enableNetworkInformation: false enableLimitOfViewersInWebcam: false @@ -280,7 +283,7 @@ public: callHangupMaximumRetries: 10 echoTestNumber: 'echo' relayOnlyOnReconnect: false - listenOnlyCallTimeout: 15000 + listenOnlyCallTimeout: 25000 presentation: defaultPresentationFile: default.pdf panZoomThrottle: 32 @@ -474,5 +477,7 @@ private: version: 50 - browser: electron version: [0, 36] + - browser: SamsungInternet + version: 10 - browser: YandexBrowser version: 19