Voice call not working in Mattermost version 7.4 Team Edition

For feature requests, please see: http://www.mattermost.org/feature-requests/.

For troubleshooting questions, please post in the following format:

Summary
I upgraded Mattermost Team Edition to the version 7.4 recently. I could see the the call feature available but it is not working. I could start the call but after 10 seconds it stops mentioning an error as in screenshot.

Steps to reproduce
Click on the call option in Mattermost version 7.4 Team edition

Expected behavior
Will receive the error as in the screenshot - Screenshot by Lightshot

Observed behavior
Tried changing the port from 8443 to 8445 to test and also rebooted the server after the upgrade to test any conflict of ports but none worked.

Hi Sandeep,

can you elaborate a bit on your setup? What deployment method did you use (binary, omnibus, docker, k8s, …)? Is there a firewall, loadbalancer or reverse proxy in front of your Mattermost server and if so, what does the Mattermost related configuration look like?
If you can establish a call but it drops after a few seconds this most likely is caused by either connection timeouts or improper NAT/tunneling configurations on devices in front of the Mattermost application server.

Hi Alexander

I have the same issue. I used docker via nginx with the default configuration, I didn’t add or change anything, else .env file for docker-compose, the firewall is disabled.

mattermost/mattermost-team-edition:9.8
postgres:13-alpine
nginx:alpine

I even can’t establish any CALL.
What should I do?

@mhrdq8i take a look at Calls self-hosted deployment - Mattermost documentation This is almost certainly a networking issue. You need to allow 8443/UDP bi-directionally between the clients and Mattermost server or Calls offload process.

Thanks a lot @john.oliver
Ya, I had some issues with our network.
I’ll ask if I’m faced with any issues in the future.