[webrtc-pc] new is not valid for SctpTransportState (#2422)

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

== new is not valid for SctpTransportState  ==
The algorithm to create an RTCSctpTransport asks to
"""Let transport have a [[SctpTransportState]] internal slot initialized to initialState, if provided, otherwise "new"."""
But "new" is not a valid value of the `RTCSctpTransportState` enum

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

Received on Friday, 20 December 2019 10:34:39 UTC