Hello,
I recently installed mattermost for my company, we can connect to the server from anywhere but we have a problem when trying to make calls.
Calls are only working when the two users are on the same network, on the company’s site.
When trying to call from remote connection, without VPN, it is not working, only the one being on company’s site can enter the call.
Mattermost is installed on a linux server with an nginx proxy
The company also has a nginx reverseproxy (that is not involved for on site’s communication).
When trying to call, here are the errors logs on mattermost server :
{“timestamp”:“2023-10-09 16:00:21.877 +02:00”,“level”:“error”,“msg”:“failed to read RTCP packet”,“ca ller”:“app/plugin_api.go:976”,“plugin_id”:“com.mattermost.calls”,“origin”:“main.(*logger).Error log. go:103”,“error”:“io: read/write on closed pipe”,“sessionID”:“q88i49ryn3r7peq34gmmzktebr”}
{“timestamp”:“2023-10-09 16:00:21.981 +02:00”,“level”:“error”,“msg”:“callback failed: not found”,“ca ller”:“app/plugin_api.go:976”,“plugin_id”:“com.mattermost.calls”,“origin”:“main.(*Plugin).handleLeav e websocket.go:455”}
{“timestamp”:“2023-10-09 16:00:23.811 +02:00”,“level”:“error”,“msg”:“callback failed: call state is missing from channel state”,“caller”:“app/plugin_api.go:976”,“plugin_id”:“com.mattermost.calls”,“ori gin”:“main.(*Plugin).handleLeave websocket.go:455”}
I don’t know what else I should provide to you so you can help me
Regards,