- From: Lennart Grahl via GitHub <sysbot+gh@w3.org>
- Date: Mon, 21 May 2018 02:20:39 +0000
- To: public-webrtc-logs@w3.org
lgrahl has just created a new issue for https://github.com/w3c/webrtc-pc: == RTCSctpTransportState "new" never used == In the spec, an `RTCSctpTransport` is only created when the answer is being applied: > If description initiates the establishment of a new SCTP association, as defined in [SCTP-SDP], Sections 10.3 and 10.4, create an RTCSctpTransport with an initial state of "connecting" and assign the result to the [[SctpTransport]] slot. This explicitly sets the initial state to `connecting`. So, IIRC the `new` state is never assigned and can be removed. The *creating an instance* description can also be simplified by removing the *initial state* part. Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1874 using your GitHub account
Received on Monday, 21 May 2018 02:20:42 UTC