- Dec 18, 2020
-
-
Anton Georgiev authored
Most of the changes date back to #10700 We were trying to trace down a problematic change likely when merging 2.2.31 into 2.3 ( #11033 ) If anyone spots issues with bbb-conf on their 2.3 server, please comment
-
Dixon Fred authored
-
Anton Georgiev authored
settings.yml media configs incorrectly placed under "stats"
-
Anton Georgiev authored
-
Anton Georgiev authored
Pulled HTML5 locales on 2.3, Dec 18, 2020
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Handle ejected presenter case, add missing videoDock locales
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Update URL to HTTPS
-
Dennis1993 authored
Change http:// to https://
-
Anton Georgiev authored
-
Anton Georgiev authored
Merge 2.2.31 into 2.3
-
- Dec 17, 2020
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
secure http in application.conf
-
hiroshisuga authored
-
- Dec 16, 2020
-
-
Anton Georgiev authored
Change bigbluebutton.properties client url param to defaultHTML5ClientUrl
-
Anton Georgiev authored
-
- Dec 15, 2020
-
-
Anton Georgiev authored
bbb-web to loadbalance bbb-html5 instances
-
Anton Georgiev authored
-
Anton Georgiev authored
Add option to generate heap file and tweak metrics
-
Joao Siebel authored
-
Joao Siebel authored
-
Anton Georgiev authored
-
- Dec 12, 2020
-
-
Dixon Fred authored
Fix dangling fi
-
Dixon Fred authored
-
Dixon Fred authored
-
Dixon Fred authored
Provide shorter audio prompts for muted/unmuted
-
Dixon Fred authored
-
Anton Georgiev authored
-
- Dec 11, 2020
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Add keep alive message to audio's websocket
-
Anton Georgiev authored
Prevent calling stopUserTyping when parameters are undefined
-
Joao Siebel authored
-
Mario Jr authored
Audio client logs already cover audio session progress the way we need. This avoids keepAlive and other unnecessary messages to be logged in browser's console. If setting is not present, default value is set to false.
-
Mario Jr authored
This was added as an option (websocketKeepAliveInterval), which is the interval to send keep alive messages. Setting websocketKeepAliveInterval to 0 disables the keep alive, producing the same old behavior. This helps avoid websocket disconnection due to socket inactivity, preventing it to unnecessarily reconnect. Also, sometimes reconnect fails and error 1005 is triggered. Fixes problems reported in #10985. Also reduces occurrences of error 1005.
-