bigbluebutton-Github/bigbluebutton-html5/imports/utils
prlanzarin 325887e325 feat(audio): rework audio join without listen only
This is a rework of the audio join procedure whithout the explict listen
only separation in mind. It's supposed to be used in conjunction with
the transparent listen only feature so that the distinction between
modes is seamless with minimal server-side impact. An abridged list of
changes:
  - Let the user pick no input device when joining microphone while
    allowing them to set an input device on the fly later on
  - Give the user the option to join audio with no input device whenever
    we fail to obtain input devices, with the option to try re-enabling
    them on the fly later on
  - Add the option to open the audio settings modal (echo test et al)
    via the in-call device selection chevron
  - Rework the SFU audio bridge and its services to support
    adding/removing tracks on the fly without renegotiation
  - Rework the SFU audio bridge and its services to support a new peer
    role called "passive-sendrecv". That role is used by dupled peers
    that have no active input source on start, but might have one later
    on.
  - Remove stale PermissionsOverlay component from the audio modal
  - Rework how permission errors are detected using the Permissions API
  - Rework the local echo test so that it uses a separate media tag
    rather than the remote
  - Add new, separate dialplans that mute/hold FreeSWITCH channels on
    hold based on UA strings. This is orchestrated server-side via
    webrtc-sfu and akka-apps. The basic difference here is that channels
    now join in their desired state rather than waiting for client side
    observers to sync the state up. It also mitigates transparent listen
    only performance edge cases on multiple audio channels joining at
    the same time.

The old, decoupled listen only mode is still present in code while we
validate this new approach. To test this, transparentListenOnly
must be enabled and listen only mode must be disable on audio join so
that the user skips straight through microphone join.
2024-08-15 00:43:28 +00:00
..
array-utils.js adjust defaultsDeep merge 2023-03-01 16:48:08 -03:00
browserInfo.js fix: invalid UA version number in WKWebView 2024-04-02 18:39:38 +00:00
caseInsensitiveReducer.js Make typed poll responses grouping case insensitive 2021-03-23 06:30:37 +00:00
debounce.js fix(debounce): reset timeout when leading is true 2024-06-17 16:44:02 -03:00
deviceInfo.js Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
dom-utils.js fix chat resizing in RTL 2022-07-25 16:53:19 -03:00
fetchStunTurnServers.js fix: Client can't load in certain cases (#20336) 2024-05-29 09:26:11 -04: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 Fix: Timer not showing hour scale, but showing minutes instead 2023-10-10 10:16:57 -03:00
keyCodes.js handle select all shortcut in whiteboard 2023-03-15 11:39:33 -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
media-stream-utils.js feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00: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 Enhancement: Virutal backgrounds now accepts webp 2023-04-24 13:56:54 -03:00
regex-weburl.js chore: Fix typo (found by typos) (port) #19834 2024-03-18 09:58:53 -04:00
sdpUtils.js fix(audio): forcefully disable stereo when using Vosk transcription 2023-04-25 10:10:39 -03:00
slideCalcUtils.js chore: Fix typo (found by typos) (port) #19834 2024-03-18 09:58:53 -04:00
stats.js fix: Client can't load in certain cases (#20336) 2024-05-29 09:26:11 -04:00
string-utils.js replace lodash uniqueId 2023-02-23 11:23:51 -03:00
throttle.js improve throttle function 2023-11-01 11:12:15 -03:00