- Nov 26, 2020
-
-
Joao Siebel authored
-
- Nov 25, 2020
-
-
Joao Siebel authored
-
Joao Siebel authored
-
Your Name authored
-
- Nov 24, 2020
-
-
Joao Siebel 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
-
Joao Siebel authored
-
Dixon Fred authored
Added check for default stun.freeswitch.org
-
Dixon Fred authored
-
- Nov 20, 2020
-
-
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
Handle chat messages in sync way
-
- Nov 18, 2020
-
-
Joao Siebel 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 ':'
-
Mario Jr authored
This happens because FreeSWITCH is not able to parse the "From" header when it has multiple occurrences of ':'. So user is not able to join audio. To fix, we now changed the "callerId" to use the base64 value of the user name, instead of directly using user's input (the callerId format keeps being a triple like this: <user_id>-bbbID-<base64_encoded_name>). Once this callerIdName is encoded at the same point it is generated, there shouldn't be server side effects for changing this value; except for those places where the callerName is retrieved by splitting this triple (such as the voice talking-indicator, as described below). Updated the talking-indicator to retrieve the username from User's object, instead of retrieving from the one username generated by splitting the callerId triple. This problem also happens in versions <= 2.2.26.
-
Mario Jr authored
When user joins audio and for some reason an error (such as 1001, 1002,...), happens, the user is not able to click "Mic" and "Listen Only Buttons"; except if the audio window is closed and oppened again.
-
Anton Georgiev authored
Tweak sockjs timeout value
-
Dixon Fred authored
Allow user bigbluebutton to delete recordings
-
- Nov 16, 2020
-
-
Lars Kiesow authored
This patch modifies `bbb-record` allowing the user `bigbluebutton` to delete recordings. The user has all necessary access rights, meaning that the deletion works without a problem and the check for root does not protect anything. The users owns the data after all. The current check just makes things less convenient.
-
Joao Siebel authored
-
Joao Siebel authored
-
- Nov 13, 2020
-
-
Joao Siebel authored
-
Anton Georgiev authored
Pulled HTML5 locales on Nov 13, 2020
-
Anton Georgiev authored
-
Anton Georgiev authored
[html5/webrtc] Fix tryGenerateIceCandidates rejections and put it behind a flag
-
Anton Georgiev authored
Sanitize parameters of API's. Fixes #10818
-
Anton Georgiev authored
Split error message from session token in bbb-web enter API
-