RESOLVED FIXED 233540
Weird JS usage in webrtc/multi-video.html
https://bugs.webkit.org/show_bug.cgi?id=233540
Summary Weird JS usage in webrtc/multi-video.html
Philippe Normand
Reported 2021-11-28 03:43:32 PST
video1.srcObject = new MediaStream(stream.getVideoTracks([0])); doesn't make much sense? Should be video1.srcObject = new MediaStream([stream.getVideoTracks()[0]]);
Attachments
Patch (2.15 KB, patch)
2021-11-28 03:47 PST, Philippe Normand
no flags
Philippe Normand
Comment 1 2021-11-28 03:47:00 PST
EWS
Comment 2 2021-11-28 10:19:26 PST
Committed r286194 (244576@main): <https://commits.webkit.org/244576@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445237 [details].
Radar WebKit Bug Importer
Comment 3 2021-11-28 10:20:27 PST
Arcady Goldmints-Orlov
Comment 4 2021-12-06 09:17:48 PST
*** Bug 222794 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.