Re: [webrtc-tests] Adding tests for RTCDataChannel id attribute. (#5742)

The interim discussion was on "what do we return before the id is established", and agreed null made more sense than the current impl's 65535.

Assigning the ID when setting the answer would require we inform the DataChannel code of the DTLS roles that *will* be negotiated, assuming one is guaranteed to know that at Answer time.  Right now as stated we (firefox) assign them on DTLS negotiation, which gates us being able to actually send the Open packets on a specific id.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5742#issuecomment-298424103

Received on Monday, 1 May 2017 20:30:21 UTC