-
Notifications
You must be signed in to change notification settings - Fork 64
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 connect to the voice call: timed out waiting for peer connection" on mobile app but working with the web version on the same device #980
Comments
Here's the log from the app:
|
From the logs provided, it looks like it's failing to establish the initial websocket connection, which comes before any connectivity check through the UDP port. The error reported ( Are you running MM on a self-signed certificate perhaps? |
If TLS termination is happening at the proxy, I wouldn't expect that to be needed. But for some reasons, the mobile device you are using is failing with a |
Here's the log prior to the one in the first post (I've just edited it):
We can see:
Doesn't it imply that there's no issue with TLS? |
Looks like we are missing the
|
Here's the log from the server side:
And here’s the corresponding log from the app again:
|
@ngthwi To rule out a server-side misconfiguration, would you be able to connect to our public MM instance (https://community.mattermost.com/) and see if you can successfully start a call over there (from the mobile app, that is)? |
Calls is working with the app on the public MM instance. |
Alright, then there could be some sort of networking issue (firewall block) on the server side. You are running MM in docker it seems? Could you provide the output of |
Summary
Cannot start/join to call
On an iPad, Calls doesn't work with the app despite working with Safari, which confirms that ports 443,8443 TCP/UDP are correctly opened.
Environment Information
Steps to reproduce
Expected behavior
Calls started/joined successfully.
Observed behavior (that appears unintentional)
Cannot start/join the voice call. The following error appears: "Unable to connect to the voice call: timed out waiting for peer connection".
Possible fixes
No fix found.
The text was updated successfully, but these errors were encountered: