mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-04-28 04:38:28 +02:00
apply v2.2.20 changes
This commit is contained in:
parent
8b921bc624
commit
5f1a9da90d
@ -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.18
|
ENV TAG v2.2.20
|
||||||
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.18
|
ENV TAG v2.2.20
|
||||||
|
@ -11,7 +11,7 @@ public:
|
|||||||
appName: BigBlueButton HTML5 Client
|
appName: BigBlueButton HTML5 Client
|
||||||
bbbServerVersion: 2.2
|
bbbServerVersion: 2.2
|
||||||
copyright: "©2020 BigBlueButton Inc."
|
copyright: "©2020 BigBlueButton Inc."
|
||||||
html5ClientBuild: 960
|
html5ClientBuild: 968
|
||||||
helpLink: https://bigbluebutton.org/html5/
|
helpLink: https://bigbluebutton.org/html5/
|
||||||
lockOnJoin: true
|
lockOnJoin: true
|
||||||
cdn: ""
|
cdn: ""
|
||||||
@ -86,6 +86,16 @@ public:
|
|||||||
packetLostThreshold: 10
|
packetLostThreshold: 10
|
||||||
kurento:
|
kurento:
|
||||||
wsUrl: wss://{{ .Env.DOMAIN }}/bbb-webrtc-sfu
|
wsUrl: wss://{{ .Env.DOMAIN }}/bbb-webrtc-sfu
|
||||||
|
# Valid for video-provider. Time (ms) before its WS connection times out
|
||||||
|
# and tries to reconnect.
|
||||||
|
wsConnectionTimeout: 4000
|
||||||
|
cameraTimeouts:
|
||||||
|
# Base camera timeout: used as the camera *sharing* timeout and
|
||||||
|
# as the minimum camera subscribe reconnection timeout
|
||||||
|
baseTimeout: 15000
|
||||||
|
# Max timeout: used as the max camera subscribe reconnection timeout. Each
|
||||||
|
# subscribe reattempt increases the reconnection timer up to this
|
||||||
|
maxTimeout: 60000
|
||||||
chromeDefaultExtensionKey: akgoaoikmbmhcopjgakkcepdgdgkjfbc
|
chromeDefaultExtensionKey: akgoaoikmbmhcopjgakkcepdgdgkjfbc
|
||||||
chromeDefaultExtensionLink: https://chrome.google.com/webstore/detail/bigbluebutton-screenshare/akgoaoikmbmhcopjgakkcepdgdgkjfbc
|
chromeDefaultExtensionLink: https://chrome.google.com/webstore/detail/bigbluebutton-screenshare/akgoaoikmbmhcopjgakkcepdgdgkjfbc
|
||||||
chromeExtensionKey: KEY
|
chromeExtensionKey: KEY
|
||||||
@ -190,6 +200,7 @@ public:
|
|||||||
callHangupMaximumRetries: 10
|
callHangupMaximumRetries: 10
|
||||||
echoTestNumber: 'echo'
|
echoTestNumber: 'echo'
|
||||||
relayOnlyOnReconnect: false
|
relayOnlyOnReconnect: false
|
||||||
|
listenOnlyCallTimeout: 15000
|
||||||
presentation:
|
presentation:
|
||||||
defaultPresentationFile: default.pdf
|
defaultPresentationFile: default.pdf
|
||||||
panZoomThrottle: 32
|
panZoomThrottle: 32
|
||||||
|
@ -13,7 +13,7 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
|
|||||||
USER webhooks
|
USER webhooks
|
||||||
|
|
||||||
|
|
||||||
ENV TAG v2.2.19
|
ENV TAG v2.2.20
|
||||||
RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bbb-webhooks /app \
|
RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bbb-webhooks /app \
|
||||||
&& rm -rf /app/.svn \
|
&& rm -rf /app/.svn \
|
||||||
&& cd /app && npm install --production
|
&& cd /app && npm install --production
|
||||||
|
@ -47,6 +47,8 @@ hooks:
|
|||||||
- 60000
|
- 60000
|
||||||
# Reset permanent interval when exceeding maximum attemps
|
# Reset permanent interval when exceeding maximum attemps
|
||||||
permanentIntervalReset: 8
|
permanentIntervalReset: 8
|
||||||
|
# Hook's request module timeout for socket conn establishment and/or responses (ms)
|
||||||
|
requestTimeout: 5000
|
||||||
|
|
||||||
# Mappings of internal to external meeting IDs
|
# Mappings of internal to external meeting IDs
|
||||||
mappings:
|
mappings:
|
||||||
@ -64,4 +66,5 @@ redis:
|
|||||||
mappingPrefix: bigbluebutton:webhooks:mapping
|
mappingPrefix: bigbluebutton:webhooks:mapping
|
||||||
eventsPrefix: bigbluebutton:webhooks:events
|
eventsPrefix: bigbluebutton:webhooks:events
|
||||||
userMaps: bigbluebutton:webhooks:userMaps
|
userMaps: bigbluebutton:webhooks:userMaps
|
||||||
|
userMapPrefix: bigbluebutton:webhooks:userMap
|
||||||
userMapPrefix: bigbluebutton:webhooks:userMap
|
userMapPrefix: bigbluebutton:webhooks:userMap
|
Loading…
Reference in New Issue
Block a user