v2.2.25 and v2.2.26 changes

This commit is contained in:
chandi 2020-09-29 20:24:00 +02:00
parent 486016f0af
commit 3e4cc72a2b
5 changed files with 5 additions and 4 deletions

View File

@ -102,6 +102,7 @@ services:
KMS_MAX_PORT: 32768
KMS_TURN_URL:
KMS_NETWORK_INTERFACES: ${NETWORK_INTERFACE:-}
GST_DEBUG: 3,Kurento*:4,kms*:4,KurentoWebSocketTransport:5
network_mode: host
volumes:
- vol-kurento:/var/kurento

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.24
ENV VERSION v2.2.26
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.24
ENV TAG v2.2.26
RUN cd ~ \
&& svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bigbluebutton-html5 \
&& mv ~/bigbluebutton-html5 ~/source \

View File

@ -11,7 +11,7 @@ public:
appName: BigBlueButton HTML5 Client
bbbServerVersion: 2.2
copyright: "©2020 BigBlueButton Inc."
html5ClientBuild: 1024
html5ClientBuild: 1032
helpLink: https://bigbluebutton.org/html5/
lockOnJoin: true
cdn: ""

View File

@ -40,7 +40,7 @@ RUN mkdir -p \
/var/log/bigbluebutton \
/var/log/bigbluebutton/presentation
ENV TAG v2.2.24
ENV TAG v2.2.26
# add bbb-record-core (lib, scripts and Gemfile)
RUN cd /usr/local/bigbluebutton/core \