PR adds the necessary configuration to expose the WebRTC (udp based) port (8443) that Mattermost Calls uses for connectivity. Since we are going GA it makes sense to make this change as it removes some burden on the users given the feature is supposed to be enabled by default now.
Summary
PR adds the necessary configuration to expose the WebRTC (udp based) port (
8443
) that Mattermost Calls uses for connectivity. Since we are going GA it makes sense to make this change as it removes some burden on the users given the feature is supposed to be enabled by default now.I tested both cases (with and without nginx) by following https://docs.mattermost.com/install/install-docker.html#deploy-mattermost-on-docker-for-production-use and got everything working correctly once configured accordingly.