bigbluebutton-Github/bigbluebutton-html5
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
..
.meteor Merge remote-tracking branch 'upstream/v2.4.x-release' into 24-25-may-6 2022-05-06 14:30:41 -03:00
client Merge pull request #14994 from KDSBrowne/2.6-bbb-tldraw 2022-05-20 20:51:06 +01:00
imports fix(audio): remove deprecated getLocalStreams usage 2022-05-27 14:02:10 +00:00
private Merge pull request #14989 from gabriellpr/emoji-chat 2022-05-13 18:47:26 +01:00
public refactor: use webrtc-adapter package, remove static script from compatibility 2022-05-20 19:11:12 +00:00
server panAndZoom through akka + some cleanup 2022-05-13 02:47:41 +00:00
.eslintignore
.eslintrc.js
.gitignore
deploy_to_usr_share.sh Improve scripts to run/deploy applications 2022-03-31 13:48:57 -03:00
jsconfig.json Add jsconfig 2022-02-21 12:42:29 +00:00
package-lock.json Merge pull request #14994 from KDSBrowne/2.6-bbb-tldraw 2022-05-20 20:51:06 +01:00
package.json Merge pull request #14994 from KDSBrowne/2.6-bbb-tldraw 2022-05-20 20:51:06 +01:00
run-dev.sh Create learning dashboard scripts 2022-04-01 09:15:30 -03:00
test-html5.sh
TRANSIFEX_PULL_INSTRUCTIONS.md
transifex.sh chore: set up transifex project for BBB 2.5 2022-03-01 20:08:06 +00:00