- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 Apr 2019 08:44:58 +0000
- To: public-webrtc@w3.org
alvestrand has just created a new issue for https://github.com/w3c/webrtc-pc: == DatachannelInit "id" attribute description inconsistent with procedure == In section 6.1 bullet 13, the spec says that "id" is ignored when "negotiated" is false. In the attribute description of "id", it says "Overrides the default selection of ID for this channel." The datachannel tests just merged seemed to assume that "id" would override the selection even when "negotiated" was false. This shows that the description can appear inconsistent. Suggested fix: Change "id" description to say ``` "Identifies the channel ID when "negotiated" is true. Ignored when "negotiated" is false. ``` Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2157 using your GitHub account
Received on Tuesday, 2 April 2019 08:45:00 UTC