- From: Lennart Grahl via GitHub <sysbot+gh@w3.org>
- Date: Sat, 21 Apr 2018 17:13:38 +0000
- To: public-webrtc@w3.org
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:40 UTC