[webrtc-pc] Procedure for DataChannelId assignment on transport open not specified (#2144)

alvestrand has just created a new issue for https://github.com/w3c/webrtc-pc:

== Procedure for DataChannelId assignment on transport open not specified ==
The procedure at http://w3c.github.io/webrtc-pc/#connected-procedure (SCTP transport connects) specifies that all the DataChannels will open. It does not specify how IDs will be assigned to those channels that haven't been assigned IDs before.

Suggestion: Add a step between 1 and 2 that allocates an ID if it is currently null. If no ID could be allocated (such as when MaxChannels is <= #open channels) close the channel due to failure.


Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2144 using your GitHub account

Received on Tuesday, 26 March 2019 07:53:18 UTC