webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.94k stars 5.71k forks source link

Fix Chrome(>=109) removed event.path #1601

Closed simo-an closed 11 months ago

simo-an commented 1 year ago

Description When i switch audio output, the error occured. Because of Chrome(>=109) removed event.path, so change the method of get audio element

more see: https://bugs.chromium.org/p/chromium/issues/detail?id=1277431

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

fippo commented 11 months ago

Superseeded by #1638