update versions and fix for wrong indentation with applied v2.2.23 changes

This commit is contained in:
chandi 2020-09-06 13:11:35 +02:00
parent 889cee230c
commit d4374f6a00
3 changed files with 17 additions and 17 deletions

View File

@ -200,21 +200,21 @@ public:
profile: low-u25 profile: low-u25
- threshold: 30 - threshold: 30
profile: low-u30 profile: low-u30
pagination: pagination:
# whether to globally enable or disable pagination. # whether to globally enable or disable pagination.
enabled: false enabled: false
# how long (in ms) the negotiation will be debounced after a page change. # how long (in ms) the negotiation will be debounced after a page change.
pageChangeDebounceTime: 2500 pageChangeDebounceTime: 2500
# video page sizes for DESKTOP endpoints. It stands for the number of SUBSCRIBER streams. # video page sizes for DESKTOP endpoints. It stands for the number of SUBSCRIBER streams.
# PUBLISHERS aren't accounted for . # PUBLISHERS aren't accounted for .
# A page size of 0 (zero) means that the page size is unlimited (disabled). # A page size of 0 (zero) means that the page size is unlimited (disabled).
desktopPageSizes: desktopPageSizes:
moderator: 0 moderator: 0
viewer: 5 viewer: 5
# video page sizes for MOBILE endpoints # video page sizes for MOBILE endpoints
mobilePageSizes: mobilePageSizes:
moderator: 2 moderator: 2
viewer: 2 viewer: 2
pingPong: pingPong:
clearUsersInSeconds: 180 clearUsersInSeconds: 180
pongTimeInSeconds: 15 pongTimeInSeconds: 15

View File

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

View File

@ -1,4 +1,4 @@
bbb_version: '2.2.22' bbb_version: '2.2.23'
raw_audio_src: /var/freeswitch/meetings raw_audio_src: /var/freeswitch/meetings
raw_video_src: /usr/share/red5/webapps/video/streams raw_video_src: /usr/share/red5/webapps/video/streams
kurento_video_src: /var/kurento/recordings kurento_video_src: /var/kurento/recordings