bigbluebutton-Github/bigbluebutton-html5/imports/utils
Mario Jr 287c4eb682 feat(audio): use kurento's trickle-ice to improve mic negotiation
Here's what we do when user activates mic:
1 - When we do something similar to listenonly's joining process
until we find a valid candidate-pair. The information about this
local candidate is store.
2 - We then start a new userAgent, and as soon as browser finds
a candidate with the same local ip address, we leave only this
candidate in the SDP and send this to FreeSWITCH. SDP should
contain only a single candidate.
3 - The rest of signaling process is basically the same.
2021-07-01 16:26:44 -03:00
..
browserInfo.js move browser info to helper + remove unused libs 2021-04-01 08:14:24 -03:00
caseInsensitiveReducer.js Make typed poll responses grouping case insensitive 2021-03-23 06:30:37 +00:00
deviceInfo.js move browser info to helper + remove unused libs 2021-04-01 08:14:24 -03:00
fetchStunTurnServers.js Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-develop 2020-05-25 17:32:24 +00:00
hexInt.js Moved hex_to_int and int_to_hex functions to imports/utils 2017-09-21 16:52:43 -07:00
humanizeSeconds.js solve error in nav-bar component 2017-10-23 14:26:56 -02:00
ios-webview-audio-polyfills.js Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 2.2-add-create-br-to-manage-user-menu 2019-01-21 17:02:18 +00:00
keyCodes.js Added event listener to change slides with Page Up and Page Down 2019-09-18 14:12:05 -03:00
lineEndings.js PR review fixes 2017-09-06 12:36:52 -07:00
logoutRouteHandler.js Added allowDefaultLogoutUrl config to optionally ignore non-custom logoutUrl 2020-10-08 05:15:05 -04:00
mediaElementPlayRetry.js Improve log message for screenshare/listen only/autoplay and harden media play with retries 2019-09-06 18:58:22 +00:00
mimeTypes.js Linter auto fix 2017-06-02 19:25:02 +00:00
regex-weburl.js PR review fixes 2017-09-06 12:36:52 -07:00
sdpUtils.js feat(audio): use kurento's trickle-ice to improve mic negotiation 2021-07-01 16:26:44 -03:00
slideCalcUtils.js pan/zoom and cursor refactor for better performance 2019-07-25 15:55:25 -07:00
stats.js refactor(connection status): remove superfluous trailing argument 2021-05-09 14:26:14 -03:00
statuses.js fix reported bugs / impliment suggested changes 2018-07-11 20:08:22 +00:00