Re: [webrtc-pc] Reject RID renegotiation (#2402)

> Note: This is the first time we reject a SRD in the text section that comes after applying it successfully in JSEP. I'm not sure this is the right way to specify that, but doing it before JSEP gets weird too (repeated "look up this transceiver" steps). Suggestions welcome.

Implementing this would yield out-of-sync behavior with JSEP. This may also have updated some prior transcievers before aborting.

I suggest moving this to here:

> In parallel, start the process to apply description as described in [JSEP] (section 5.5. and section 5.6.).

E.g. by saying

> ... start the process to apply description as described in [JSEP] (section 5.5. and section 5.6.), but with the following changes:
> 
> - If any of the simulcast bla bla bla

and make it clear that in this case we abort rather than apply the m= section.

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

Received on Thursday, 12 December 2019 13:03:48 UTC