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
In siggnalling projec. In changed stun:stun.l.google.com:19302 to
{
'urls': "stun:openrelay.metered.ca:80",
},
{
'urls': "turn:openrelay.metered.ca:80",
'username': "openrelayproject",
'credential': "openrelayproject",
},
{
'urls': "turn:openrelay.metered.ca:443",
'username': "openrelayproject",
'credential': "openrelayproject",
},
{
'urls': "turn:openrelay.metered.ca:443?transport=tcp",
'username': "openrelayproject",
'credential': "openrelayproject",
},
},
But seem my netowork not change through TURN/STUN server
If i use same network, connect ok, and we can talk each orther
The text was updated successfully, but these errors were encountered:
In siggnalling projec. In changed stun:stun.l.google.com:19302 to
The text was updated successfully, but these errors were encountered: