[webrtc-pc] Pull Request: RTCSctpTransport.maxChannels & SCTP transport connected procedure

lgrahl has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== RTCSctpTransport.maxChannels & SCTP transport connected procedure ==
* Adds an `RTCSctpTransport.maxChannels` attribute
* Adds validation against `[[MaxChannels]]` when creating a data channel
* Adds sections for `RTCSctpTransport`
* Adds an SCTP transport connected procedure (since it was needed for this new attribute anyway)
  - Sets `[[MaxChannels]]`
  - Explicitly raises the `connected` event
  - Announces data channels as `open` or closes them due to a failure depending on `[[MaxChannels]]`

Resolves #1829 

See https://github.com/w3c/webrtc-pc/pull/1848

Received on Saturday, 21 April 2018 17:13:39 UTC