bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/nav-bar
Mario Jr 0a601359bb Prevent Error 1006 when user has two or more occurrences of ':' (colon) in your name
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.
2020-11-17 15:31:43 -03:00
..
recording-indicator change audio_off to warning icon 2019-11-08 19:26:37 +00:00
settings-dropdown Updating variables in container 2020-10-23 12:37:18 -03:00
talking-indicator Prevent Error 1006 when user has two or more occurrences of ':' (colon) in your name 2020-11-17 15:31:43 -03:00
component.jsx add arrow to toggle userlist icon 2020-04-28 16:43:14 +00:00
container.jsx Merge branch 'issue7791-add-support-to-new-parameters-name' of github.com:diegobenetti/bigbluebutton into test-7805 2019-11-05 11:59:00 -05:00
service.js add a few more collection lookups "fields" delimiters 2019-08-29 12:26:07 -04:00
styles.scss add arrow to toggle userlist icon 2020-04-28 16:43:14 +00:00