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
App.vue:221 Error: Connection error: Failed to construct 'RTCPeerConnection': 'stun:global.stun.twilio.com:3478?transport=udp' is not a valid stun or turn URL.
at p.r (websocket-tracker.js:413:35)
at Object.h (events.js:243:26)
at u.emit (events.js:153:5)
at p._destroy (index.js:461:19)
at p.destroy (index.js:404:10)
at index.js:107:33
Can't connect to tracer in chrome, but FireFox can.
I think the reason is that one of the dependencies is using the wrong STUN server stun:global.stun.twilio.com:3478?transport=udp but this is illegal.
Yikes so that's why it's not working on Chrome. I think updating simple-peer of p2pt dependency should fix this. Need some time to figure how to do this without breaking anything else. Hmmmm
Can't connect to tracer in chrome, but FireFox can.
I think the reason is that one of the dependencies is using the wrong STUN server
stun:global.stun.twilio.com:3478?transport=udp
but this is illegal.You can refer to twilio/twilio-video.js#1934
The text was updated successfully, but these errors were encountered: