bigbluebutton-Github/bigbluebutton-html5/imports/utils
prlanzarin d6c7f23a0e feat(audio): local echo test and audio energy meter
New features:
  - A simplified echo test mode that only does a local loopback (instead of
  going to FS and back)
  - A volume meter for microphone streams to the AudioSettings view

Those two features are experimental and disabled by default; see
public.app.media.simplifiedEchoTest and public.app.media.showVolumeMeter configs

Collateral changes:
  - fix: localize fallback device strings in AudioSettings/DeviceSelector
  - Refactor on some media stream utils to be re-usable across components
  - Refactor in AudioSettings to keep gUM #uses stable.
    * TODO: need to pass streams through AudioManager to avoid the surplus gUM.
  - fix(audio): drop ScriptProcessorNode usage (deprecated)
    * Used in volume meter for tracking - use hark instead
2022-04-11 19:21:56 +00: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
dom-utils.js add polite screen reader alert 2022-01-23 16:18:09 +00:00
fetchStunTurnServers.js Allow BBB to run behind a proxy the avoid gUM permission queries per node 2021-11-20 22:13:47 +01: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
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): local echo test and audio energy meter 2022-04-11 19:21:56 +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
regex-weburl.js
sdpUtils.js fix(audio): mic not working when skipCheck=true 2021-07-06 10:27:48 -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 legacy monitor 2021-06-13 14:02:46 -03:00
statuses.js fix reported bugs / impliment suggested changes 2018-07-11 20:08:22 +00:00
string-utils.js update virtual background image tooltip text 2021-08-30 00:45:31 +00:00