Re: [webrtc-pc] More simulcast examples (#2035)

@amithilbuch @orphis The `RTCEncodingParameters` dictionary includes members such as `maxFramerate` and `maxBitrate`.  Are these members set if the browser receives an Offer from an SFU indicating that the SFU wants to receive simulcast, with restrictions such as `max-fs` or `max-br`? For example, is the browser expected to copy the `max-fs` value from the Offer into `maxFramerate`?  Since members of `RTCRtpEncodingParameters` are not supposed to set the negotiation-needed flag, this isn't the SFU controlling the application, which can still change the `maxFramerate` value to something else.  However, one could also argue that the SFU could signal desired values out of band so the browser should just ignore the restrictions. 

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

Received on Tuesday, 4 December 2018 19:27:59 UTC