Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection states after signaling handshake when there is no transceiver and SCTP transport #1380

Closed
soareschen opened this issue Jun 13, 2017 · 1 comment

Comments

@soareschen
Copy link
Contributor

soareschen commented Jun 13, 2017

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 stay at new?

@soareschen soareschen changed the title Connection states when there is no transceiver and SCTP transport Connection states after signaling handshake when there is no transceiver and SCTP transport Jun 13, 2017
@soareschen
Copy link
Contributor Author

Actually if there is no media line, then there is no ICE candidate because RTCIceCandidate must have associated media line. So there can't be any ICE connection established and the connection states should all stay at new. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant