Re: [webrtc-svc] Clarify behavior of getParameters() (#68)

March 15 meeting discussion about re-negotiation:
- Until re-negotiation is complete, `RTCRtpSender.getParameters()` should return the current configuration. 
- Example. VP8 had been negotiated initially with 'L1T2', and then renegotiation begins to switch preferred codec to H.264/AVC (with only `L1T1' supported).  Before re-negotiation completes, `getParameters()` returns 'L1T2'. After re-negotiation is completed, 'L1T1' is returned.
- This appears consistent with the text on `getParameters()` and `setParameters()` in [WebRTC-PC Section 5.2]([5.2RTCRtpSender Interface](https://www.w3.org/TR/webrtc/#rtcrtpsender-interface)). 

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-svc/issues/68#issuecomment-1068525009 using your GitHub account


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

Received on Tuesday, 15 March 2022 22:23:02 UTC