Re: [webrtc-pc] Changing RTCRtpTransceiver direction from recvonly to sendrecv on the answerer side doesn't fire negotiationneeded event (#2919)

The [removeTrack algorithm](https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-removetrack) bails in step 7 if the track is null, so it will never hit the "update the negotiation-needed flag" in step 12.


-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2919#issuecomment-1875100409 using your GitHub account


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

Received on Wednesday, 3 January 2024 09:52:36 UTC