Re: [webrtc-pc] JSEP reads & modifies transceivers in parallel, causing racy behavior. (#2476)

Look at the attribute below it:

> RTCRtpTransceiver.sender:
> The sender attribute exposes the RTCRtpSender corresponding to the RTP media that may be sent with mid = mid. On getting, the attribute MUST return the value of the [[Sender]] slot.

This contains both a non-normative description (first sentence) and a normative algorithm (MUST return the value of the [[Sender]] slot).

This is what we should do for anything referencing JSEP.

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

Received on Friday, 21 February 2020 21:47:28 UTC