Skip to content

webrtc: Support renegotiation (add/remove/mute) during a call correctly

Nirbheek Chauhan requested to merge nirbheek/gstreamer:webrtc.js-renego into main

Draft because I'm seeing inconsistent behaviour in Chrome where sometimes it's emitting "mute" and sometimes it's emitting "remove" in ontrack. The spec says PeerConnection should emit "remove" for streams that are marked as inactive.

Edited by Nirbheek Chauhan

Merge request reports