[webrtc-pc] IceCandidate.toJson method refers to "description" attribute

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

== IceCandidate.toJson method refers to "description" attribute ==
The toJson method of RTCIceCandidate says:

For each attribute identifier attr in «"candidate", "sdpMid", "sdpMLineIndex", "description"»:
Let value be the result of getting the underlying value of the attribute identified by attr, given this RTCIceCandidate object.
Set json[attr] to value.

The attribute "description" occurs nowhere else. It should probably be "usernameFragment".



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

Received on Monday, 5 March 2018 14:25:56 UTC