I made a PR for changing RtpEncodingParameters.priority to an enum.

Following the PR from https://github.com/w3c/webrtc-pc/pull/228, I have
changed RtpEncodingParameters.priority to an enum with very-low, low,
medium, and high.

This is kind of what we decided a long ago about priorities.  But I forgot
about it when I wrote the PR for RtpEncodingParameters.priority and made it
a double.  This is an update to that.


Do we still have consensus for using an enum for priority?  Look at the PR
to see how it looks.

Received on Friday, 24 July 2015 12:43:09 UTC