[webrtc-pc] Valid RID values mismatch between specs

Orphis has just created a new issue for https://github.com/w3c/webrtc-pc:

== Valid RID values mismatch between specs ==
According to WebRTC's addTransceiver(), the RID format is:

> Verify that each rid value in sendEncodings is composed only of alphanumeric characters (a-z, A-Z, 0-9) up to a maximum of 16 characters.

But according to https://tools.ietf.org/html/draft-ietf-mmusic-rid-15 , we have:

> rid-id            = 1*(alpha-numeric / "-" / "_")

Which is correct?

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2013 using your GitHub account

Received on Tuesday, 23 October 2018 11:18:57 UTC