-
Notifications
You must be signed in to change notification settings - Fork 640
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
WebRTC adaptor does not use the turn server passed to it's constructor from embedded web player #6370
Comments
Hi @lastpeony, Thank you for the fix. To make this fix available in the Ant Media Server, we need the following things as well.
At this time, I'm going ahead and creating the versions and PRs to let you see it. If you already know, then accept this as a reminder. Thank you again for your contributions. Let me know if you have any questions or want to add some things Cheers |
Just want to add one thing, I've also added test codes for the fix. |
This issue can be closeable in the sprint meeting @burak-58 |
Short description
When we pass a TURN server to the embedded-player.js it does not use the turn server passed to its constructor and uses the default STUN server.
Environment
Steps to reproduce
Expected behavior
The webrtc adaptor should use the ice server passed to its constructor.
Actual behavior
The webrtc adaptor does not use the ice server passed to its constructor but continues to use the default STUN server.
Logs
Place logs on pastebin or elsewhere and put links here
Ask your questions on Ant Media Github Discussions
The text was updated successfully, but these errors were encountered: