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

Provide support for v21 SCTP offer spec #107

Open
dlukyanyuk opened this issue Aug 6, 2019 · 3 comments
Open

Provide support for v21 SCTP offer spec #107

dlukyanyuk opened this issue Aug 6, 2019 · 3 comments
Labels

Comments

@dlukyanyuk
Copy link

According https://bugs.chromium.org/p/webrtc/issues/detail?id=9484 new versions of Chrome are sending new offer format and answer cannot be generated.

For example, for RemoteDescription with info
m=application 54111 UDP/DTLS/SCTP webrtc-datachannel a=sctp-port:5000
pc.CreateAnswer does not produce any result - no error, no answer

Similiar issue for node implementation - node-webrtc/node-webrtc#483

@uumaro
Copy link
Collaborator

uumaro commented Aug 25, 2019

Do you know, is this just a matter of using a newer version of Chromium to base libwebrtc off of?

@dlukyanyuk
Copy link
Author

This occurs when one client uses go-webrtc library and another client uses browser (or mobile app) with newer version of Chromium.

@arlolra arlolra added the bug label Sep 4, 2019
@arlolra
Copy link
Collaborator

arlolra commented Sep 4, 2019

Do you know, is this just a matter of using a newer version of Chromium to base libwebrtc off of?

Yeah, looks like node-webrtc fixed this by bumping to branch-heads/70

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

No branches or pull requests

3 participants