[webrtc-extensions] Header extension negotiation: Ignore stopped transceivers (#249)

alvestrand has just created a new issue for https://github.com/w3c/webrtc-extensions:

== Header extension negotiation: Ignore stopped transceivers ==
It turned out that at least in one implementation, a stopped transceiver has no header extensions negotiated.
The algorithm for initializing the header extensions of new transceivers did not consider this, which meant that new transceivers
could end up with no header extensions, which was clearly wrong.

The easy fix for this particular issue is to check the old transceiver's [[stopping]] slot before considering it.


Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/249 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 15 January 2026 14:26:57 UTC