You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I didn't touch my code for three years and now trying to rerun it (it worked before),
and it gives me a - "Failed to construct 'RTCPeerConnection': 'stun:global.stun.twilio.com:3478?transport=udp' is not a valid stun or turn URL." error message
on calling
peer = new SimplePeer(options);
through the client.
Any help would be appreciated.
(I am not sure this is the right place to put this, and don't really understand too much in programming, node, webRTC, more a hobby project).
The text was updated successfully, but these errors were encountered:
Remove the ?transport=udp from the place you are passing it. See twilio/twilio-video.js#1934 for the full story
Thanks, :-). Did it and it works.
(Actually already got a reply from the silentbot in the discord channel and understood to do this change, although less of the why).
Thanks again.
Hi, I didn't touch my code for three years and now trying to rerun it (it worked before),
and it gives me a -
"Failed to construct 'RTCPeerConnection': 'stun:global.stun.twilio.com:3478?transport=udp' is not a valid stun or turn URL." error message
on calling
peer = new SimplePeer(options);
through the client.
Any help would be appreciated.
(I am not sure this is the right place to put this, and don't really understand too much in programming, node, webRTC, more a hobby project).
The text was updated successfully, but these errors were encountered: