Re: [webrtc-pc] Inconsistent rules for rid in RTCRtpEncodingParameters (#2732)

My view is both 8851 and 8852 should be updated to be say 1 or more alphanumeric characters. If this update was made, it might also be good to change the max size from 255 to 16. 

Right now from a language lawyer point of view, one might argue that they are not actually in conflict, one limits what you can do in RTP and the other limits what you can do in SDP. JSEP requires you to use the same in both so that would mean the only really useable was the intersection of the two. 8851 requires length longer than 0, and 8852 requires no _ or - characters. Both allow a length up to 255. 


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


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

Received on Monday, 12 September 2022 19:00:18 UTC