Re: [webrtc-pc] `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC (#1174)

@murillo128 RIDs are not wired into WebRTC yet, this is waiting for API owners LGTM so that it can be merged. It is expected to land before beta.
RIDs are currently auto-generated by the platform because they were not passed down by the browser.
You are not seeing the scale down by values because you are not matching the [idl](https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/peerconnection/rtc_rtp_encoding_parameters.idl?l=23).
try `"scaleResolutionDownBy": 2`

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

Received on Thursday, 28 February 2019 19:24:38 UTC