Hi!
I have problem with call plugin. When i connect to call from andriod phone - application closes.
Here is the output of my Mattermost server log
{“timestamp”:“2023-03-14 04:32:34.521 Z”,“level”:“info”,“msg”:“api endpoint requires a license”,“caller”:“web/context.go:115”,“path”:“/api/v4/users/4medqa6rjfggucm61nfgcqs17y/groups”,“request_id”:“6r61pwkokfdgzrfis861wutugo”,“ip_addr”:“127.0.0.1”,“user_id”:“4medqa6rjfggucm61nfgcqs17y”,“method”:“GET”,“err_where”:“”,“http_code”:501,“error”}
{“timestamp”:“2023-03-14 04:32:53.643 Z”,“level”:“error”,“msg”:“failed to read RTP packet”,“caller”:“app/plugin_api.go:976”,“plugin_id”:“com.mattermost.calls”,“origin”:“main.(*logger).Error log.go:103”,“error”:“EOF”,“sessionID”:“nudw7yaoyprftyeu7z4mb9k8se”}
{“timestamp”:“2023-03-14 04:32:53.710 Z”,“level”:“error”,“msg”:“callback failed: not found”,“caller”:“app/plugin_api.go:976”,“plugin_id”:“com.mattermost.calls”,“origin”:“main.(*Plugin).handleLeave websocket.go:445”}
{“timestamp”:“2023-03-14 04:32:55.678 Z”,“level”:“error”,“msg”:“failed to add voice track”,“caller”:“app/plugin_api.go:976”,“plugin_id”:“com.mattermost.calls”,“origin”:“main.(*logger).Error log.go:103”,“error”:“timed out signaling”,“sessionID”:“ew71ca6jxbd7feg5776rr4mrrr”}
{“timestamp”:“2023-03-14 04:33:00.122 Z”,“level”:“error”,“msg”:“callback failed: call state is missing from channel state”,“caller”:“app/plugin_api.go:976”,“plugin_id”:“com.mattermost.calls”,“origin”:“main.(*Plugin).handleLeave websocket.go:445”}
From browsers (pc, android), pc app calls works correctly.
Mattermost version 7.7.2
Calls plugin version 0.14.0
Please, help me to solve this problem