- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Mar 2018 14:25:55 +0000
- To: public-webrtc@w3.org
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:58 UTC