[webrtc-pc] Pull Request: Adding defaults for RTCRtpEncodingParameters.active and priority

taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== Adding defaults for RTCRtpEncodingParameters.active and priority ==
Fixes #1491.

The rest of the encoding parameters (`ptime`, `maxBitrate`,
`maxFramerate`, etc.) are optional, but `active` and `priority` need
default values in case they aren't specified in the `sendEncodings`
passed into `addTransceiver`.

See https://github.com/w3c/webrtc-pc/pull/1530

Received on Wednesday, 9 August 2017 22:01:22 UTC