Skip to content
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

Signalling Server not work with STUN Or TURN #12

Open
dinhtung249 opened this issue Aug 17, 2022 · 1 comment
Open

Signalling Server not work with STUN Or TURN #12

dinhtung249 opened this issue Aug 17, 2022 · 1 comment

Comments

@dinhtung249
Copy link

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 

@djsamseng
Copy link
Contributor

Try checking out this answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants