- Nov 30, 2020
-
-
Anton Georgiev authored
Only set panel settings to login defaults on login, not everytime the…
-
Anton Georgiev authored
Include instanceId in resources url
-
Anton Georgiev authored
Fix scroll doesn't scrolling to Bottom
-
Anton Georgiev authored
-
Tainan Felipe authored
-
Tainan Felipe authored
-
- Nov 27, 2020
-
-
Brent Baccala authored
-
Tainan Felipe authored
-
- Nov 24, 2020
-
-
Anton Georgiev authored
Merged 2.2.29 and 2.2.30 into 2.3.x
-
Anton Georgiev authored
-
Dixon Fred authored
Don't warn about sip.js if sipjsHackViaWs=true
-
Dixon Fred authored
-
- Nov 23, 2020
-
-
Anton Georgiev authored
Removed string interpolation for server debug and verbose logs
-
Anton Georgiev authored
-
Anton Georgiev authored
Reduce delay for the first reconnection attempt of audio's websocket
-
Mario Jr authored
This is the same behavior we used to have on older sip.js version code By doing this we reduce errors when user try to perform join/hangup during an websocket reconnection
-
Anton Georgiev authored
Port Handle chat messages in sync way for 2.3
-
Anton Georgiev authored
Port socket sockejs timeout to 2.3
-
Dixon Fred authored
Added check for default stun.freeswitch.org
-
Dixon Fred authored
-
- Nov 20, 2020
-
-
Tainan Felipe authored
-
Tainan Felipe authored
-
Tainan Felipe authored
-
Dixon Fred authored
Do not trigger reconnect when ICE connection terminates before hanging up process is finished
-
Mario Jr authored
This could leave users to have your audio reconnected in the main room, while joining a breakout room Some information can be found in #10528
-
- Nov 19, 2020
-
-
Anton Georgiev authored
Breakouts: do not allow mute via who-is-talking button
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
parse instanceId as int; develop on port 4000
-
Anton Georgiev authored
-
Anton Georgiev authored
Handle chat messages in sync way
-
- Nov 18, 2020
-
-
Joao Siebel authored
-
Anton Georgiev authored
Support for parallel bbb-html5 nodejs processes. Part 1
-
Anton Georgiev authored
-
Anton Georgiev authored
Set listenOnly to false when user left voice
-
Mario Jr authored
The message/event UserLeftVoiceConfToClientEvtMsg is used when user leaves mic and listenonly, but it only sets to false the 'voiceJoined' (which represents the <hasVoiceVoiceJoined> property in BBB's XML API. We now also set to false the 'listeningOnly' (which represents the <isListeningOnly> property in BBB's XML API). Setting both to false is not a problem, once 'MIC' and 'ListenOnly' states are mutually exclusives Fixes #10852
-
Anton Georgiev authored
Filter 'name' field in user's search
-
Mario Jr authored
This is a part of #10848, as discussed in https://github.com/bigbluebutton/bigbluebutton/pull/10848#discussion_r525480434
-
- Nov 17, 2020
-
-
Anton Georgiev authored
Fix audio modal buttons (MIC/LISTEN) after errors AND prevent Error 1006 when user has two or more occurrences of ':'
-