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

unable to make cross networks call #17624

Closed
Ahmer-rehman opened this issue Aug 29, 2024 · 2 comments
Closed

unable to make cross networks call #17624

Ahmer-rehman opened this issue Aug 29, 2024 · 2 comments

Comments

@Ahmer-rehman
Copy link

I'm experiencing an issue where calls can be successfully made on the same network, but when attempting to make calls across different networks, the call fails. This issue is critical as it restricts the application's functionality in real-world scenarios where users are often on different networks.
Steps to Reproduce:
Connect Device A and Device B to the same network.
Attempt to make a call from Device A to Device B.
Result: The call is successfully established.
Connect Device A to Network X and Device B to a different network.
Attempt to make a call from Device A to Device B.
Result: The call fails to establish.
Expected Behavior: Calls should be successfully established regardless of whether the devices are on the same or different networks.
Actual Behavior: Calls are only successful when both devices are on the same network. Calls fail when devices are on different networks.

@feroom
Copy link

feroom commented Aug 29, 2024

I hope you are using TURN/COTURN server?
With what settings?

@anoadragon453
Copy link
Member

This is not a support forum. Please ask for help in #synapse:matrix.org. As @feroom says, you likely need to set up a TURN server to allow peers to connect when they are not able to otherwise directly reach each other. See this documentation.

If you discover a bug is causing this behaviour, then please open a new issue on the relevant repository.

@anoadragon453 anoadragon453 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2024
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

3 participants