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

Early creation of in-band negotiated data channels #7

Open
lgrahl opened this issue Mar 10, 2018 · 1 comment
Open

Early creation of in-band negotiated data channels #7

lgrahl opened this issue Mar 10, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@lgrahl
Copy link
Member

lgrahl commented Mar 10, 2018

Creating data channels is not allowed before the DTLS transport is connected to be able to determine a stream id (which uses even/odd rule depending on the DTLS role). Being able to create data channels earlier would be nice.

Once resolved, update examples in RAWRTC. Related: rawrtc/rawrtc#57

@lgrahl lgrahl added the enhancement New feature or request label Mar 10, 2018
@lgrahl
Copy link
Member Author

lgrahl commented Mar 28, 2018

FWIW, once w3c/webrtc-pc#1818 has been accepted (assign the id once the SCTP association has been established), we should also wait for the SCTP association instead of blindly creating channels as soon as the DTLS role is known.

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

No branches or pull requests

1 participant