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
We couldn't join the call because the connection timed out. Please check your network connection and try again. Check the troubleshooting section if the problem persists.
#988
I've tried many things and followed the document to configure as best as I can but I still get this error.
We couldn't join the call because the connection timed out. Please check your network connection and try again. Check the troubleshooting section if the problem persists.
Can someone shed some light on how I can fix this?
The text was updated successfully, but these errors were encountered:
@sycshk We'll need to see some logs (server and client), your current plugin config, and any other detail that may help, such as how you are running Mattermost (systems service, docker, etc.) and how your infrastructure looks like (e.g., load balancers, NAT gateways).
@sycshk We'll need to see some logs (server and client), your current plugin config, and any other detail that may help, such as how you are running Mattermost (systems service, docker, etc.) and how your infrastructure looks like (e.g., load balancers, NAT gateways).
Before going through the log, which I'm not sure which are the ones I should get. I'll give out some background info.
I have Opnsense firewall router, Adguard as DNS, Caddy as reverse proxy to a proxmox hosted turnkey mattermost which is upgraded to 10.5.1. Port 443 to 8065 upstream which I think is the default. All other communication and plugin seems to be working fine. MM's webserver configuration says the site URL isn't live which I don't know how to fix as well as to me, I don't see an issues arising from it. As for calls, host can make calls, joiners can receive calls but the calls never really join up. I suspect it's UDP not connecting. However, I'm not sure how the UDP even though I tried following documentation, it seems at a very low level without explaining the underlying reasons. Are there anything I should check ? As I'm not very techy with networks, it'd be great if you can elaborate a bit on what I should do as well.
Simply put, you need to ensure data can be exchanged from the client (e.g., your local system) to the MM host on the configured UDP port (default is 8443). This usually means ensuring firewall rules are allowing that. You may also need to tweak the config (e.g. ICE Host Override) with the address (usually a public IP) of the MM host.
I've tried many things and followed the document to configure as best as I can but I still get this error.
We couldn't join the call because the connection timed out. Please check your network connection and try again. Check the troubleshooting section if the problem persists.
Can someone shed some light on how I can fix this?
The text was updated successfully, but these errors were encountered: