w3c / ortc

ORTC Community Group specification repository (see W3C WebRTC for official standards track)
http://www.w3.org/community/ortc/
122 stars 42 forks source link

Bad RID usage in examples #864

Closed aboba closed 5 years ago

aboba commented 6 years ago

Usage of numeric RIDs (such as "0") is a bad idea. Alphabetic characters should be used instead.

Fix for Issue https://github.com/w3c/ortc/issues/865