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

RTCDataChannel on a dead transport? #492

Closed
robin-raymond opened this issue Apr 21, 2016 · 2 comments
Closed

RTCDataChannel on a dead transport? #492

robin-raymond opened this issue Apr 21, 2016 · 2 comments

Comments

@robin-raymond
Copy link
Contributor

An RTCDataChannel object is constructed from a RTCDataTransport object and an RTCDataChannelParameters object. If parameters is invalid, throw an InvalidParameters exception.

What would happen if the associated DataTransport is closed? InvalidState ?

@aboba
Copy link
Contributor

aboba commented Apr 22, 2016

@robin-raymond Yes.

@robin-raymond
Copy link
Contributor Author

Better.

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

No branches or pull requests

2 participants