[webrtc-pc] Connection states when there is no transceiver and SCTP transport

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

== Connection states when there is no transceiver and SCTP transport ==
In the spec it is legal to create offer with no video/audio transceiver and no data channel created. In that case after the signaling handshake, will the states for `iceGatheringState`, `iceConnectionState`, and `connectionState` be changed?

Without transceiver and data channel, there is no where in the spec where instances of `RTCIceTransport` and `RTCDtlsTransport` can be found. Does this mean the 3 states stays at `new`?

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

Received on Tuesday, 13 June 2017 08:00:24 UTC