You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: