applied v2.2.29 changes

This commit is contained in:
chandi 2020-11-23 15:49:05 +01:00
parent e1ff014124
commit 9b757289a2
6 changed files with 15 additions and 7 deletions

View File

@ -1,7 +1,8 @@
# Changelog
## Unreleased
-
## Release v2.2.29-1 (2020-11-23)
- Applied v2.2.29 changes @alangecker
## Release v2.2.28-1 (2020-10-22) #67
- Applied v2.2.28 changes @alangecker

@ -1 +1 @@
Subproject commit 2b77265d05625d5df8126ced381df5ccb59160a6
Subproject commit 49a515238114fe7e4bec3aa94af2e7c9f511f4a7

View File

@ -38,7 +38,7 @@ RUN equivs-control redis-server.control \
# this variable is not used, but it triggers
# rebuilding from here on if changed
ENV VERSION v2.2.26
ENV VERSION v2.2.29
RUN apt-get update && apt-get install -y bbb-web \
bbb-fsesl-akka bbb-apps-akka bbb-transcode-akka bbb-apps \

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.28
ENV TAG v2.2.29
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.28
ENV TAG v2.2.29

View File

@ -11,7 +11,7 @@ public:
appName: BigBlueButton HTML5 Client
bbbServerVersion: 2.2
copyright: "©2020 BigBlueButton Inc."
html5ClientBuild: 1058
html5ClientBuild: 1081
helpLink: https://bigbluebutton.org/html5/
lockOnJoin: true
cdn: ""
@ -277,6 +277,7 @@ public:
stunTurnServersFetchAddress: "/bigbluebutton/api/stuns"
cacheStunTurnServers: true
fallbackStunServer: ''
recvonlyIceGatheringCheck: true
mediaTag: "#remote-media"
callTransferTimeout: 5000
callHangupTimeout: 2000
@ -284,6 +285,12 @@ public:
echoTestNumber: 'echo'
relayOnlyOnReconnect: false
listenOnlyCallTimeout: 25000
#Timeout (ms) for gathering ICE candidates. When this timeout expires
#the SDP is sent to the server with the candidates the browser gathered
#so far. Increasing this value might help avoiding 1004 error when
#user activates microphone.
iceGatheringTimeout: 5000
sipjsHackViaWs: false
presentation:
defaultPresentationFile: default.pdf
panZoomThrottle: 32

View File

@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:14-alpine
RUN apk update && apk add git