-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
janus.js uses an incorrect method call to mark end-of-candidates #1670
Comments
I guess you're using full-trickle in Janus, and a more recent version of the adapter that I think our demos are still using? That might explain why the old "let's just pass |
Fixed in 345cc5e (wrong commit message so this didn't close the issue automatically). |
What version of the adapter are you using @mykola-mokhnach? I've got reports that this fix actually broke things for them, and I can confirm that when doing full-trickle I'm getting an exception as well:
This is with adapter 6.4.0. Unless you give me a good reason, I'll have to change that again to |
It looks like different browsers handle it differently. In Firefox, for example, everything works smoothly, but Chrome and Safari are complaining about this line. It's such a mess %/ |
No, Firefox complains as well:
|
Reverted for now, using a new variable that we can redifine later on to change behaviour if needed. |
We are experiencing the following error in Chrome when sending the
watch
request to the streaming plugin:Quick search on the interned shows the problem might be in this part of
janus.js
codebase:The spec at https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addIceCandidate#Example says end-of-candidates should be sent as
References:
w3c/webrtc-pc#1952 (comment)
w3c/webrtc-pc#2039
The text was updated successfully, but these errors were encountered: