bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-preview
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
..
virtual-background move button component to common folder 2022-02-14 20:20:50 +00:00
component.jsx feat(audio): local echo test and audio energy meter 2022-04-11 19:21:56 +00:00
container.jsx Merge remote-tracking branch 'bbb/v2.4.x-release' into merge-24-into-25 2022-03-03 18:35:05 +00:00
service.js refactor(virtual-backgrounds): re-organize virtual background code 2021-07-22 18:53:42 +00:00
styles.js move modal component to common folder 2022-02-15 15:54:55 +00:00