Re: [webrtc-pc] Should even/odd id validation be enforced in createDataChannel when negotiated is false (in-band negotiation)?

My personal understanding was that the `id` parameter is invalid for in-band negotiated data channels. So, I'd vote for @taylor-b option 1 with a proposal:

If the `id` is coupled with `negotiated`, then why not just remove the `negotiated` field and just leave in `id` which also triggers out-of-band negotiation? Backwards compatibility would be ensured by just ignoring the `negotiated` field.

-- 
GitHub Notification of comment by lgrahl
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1413#issuecomment-314169219 using your GitHub account

Received on Monday, 10 July 2017 17:00:29 UTC