bigbluebutton-Github/bigbluebutton-html5/imports
prlanzarin 1d860d64d0 fix(audio): remove deprecated getLocalStreams usage
Use the built-in getLocalStream from the peer wrapper instead (which
relies on getSenders - the proper, spec-compliant way).

Two different issues are addressed:
  - RTCPeerConnection.getLocalStreams is a pre-1.0 WebRTC spec which is
    deprecated and not recommended.
  - Fixed an issue where a switch from full audio to listen only could
  cause the latter to be rejected with an error 1004 in rare scenarios.
2022-05-27 14:02:10 +00:00
..
api fix typo 2022-05-20 17:25:41 +00:00
startup Merge remote-tracking branch 'upstream/v2.5.x-release' into 25260-may10 2022-05-10 10:53:00 -03:00
ui fix(audio): remove deprecated getLocalStreams usage 2022-05-27 14:02:10 +00:00
utils feat(audio): local echo test and audio energy meter 2022-04-11 19:21:56 +00:00