Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

"media connection failed" when trying to connect call #3475

Open
hussi1 opened this issue May 16, 2020 · 2 comments
Open

"media connection failed" when trying to connect call #3475

hussi1 opened this issue May 16, 2020 · 2 comments

Comments

@hussi1
Copy link

hussi1 commented May 16, 2020

When client try to accept the call it stops with an error "media connection failed" and call never gets connected status.

@rkfg
Copy link
Contributor

rkfg commented May 18, 2020

I had that and turned out I needed to add both TCP and UDP URLs in the TURN configuration in homeserver.yaml. If you use your own Synapse and TURN servers check this parameter:

turn_uris: ["turn:example.com:3478?transport=udp", "turn:example.com:3478?transport=tcp"]

With UDP only it couldn't connect.

@hussi1
Copy link
Author

hussi1 commented May 19, 2020

It turned out i was stoping stream after making call, its fixed thanks

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

No branches or pull requests

2 participants