Open ckaap opened 1 day ago
yes, legacy calls are unsupported by the new EX clients and as far as we know, never will be supported. Element Web on the other hand can do new-style Element-call calls now.
Got it. Thank you very much.
Do you have instructions on how to force Element web to force calls using Element call?
Do you have instructions on how to force Element web to force calls using Element call?
@fkwp can you help here please?
I think I found a solution. When creating a container with a web element, you need to add the following to the config file:
"element_call": {
"url": "https://call.element.io",
"use_exclusively": true
}
I'll check it out in the evening and write about the results.
Steps to reproduce
Set up a Synapse Matrix server with Coturn configured for voice calls. Use a web browser to initiate a voice call to a user on the mobile app Element X. Observe the behavior when the call is received on Element X.
Outcome
Expected Behavior: The call should successfully connect between the web browser and the Element X mobile app. Actual Behavior: The call fails with the error message "Call not supported" on Element X. Additional Information:
Voice calls from the web browser to the standard Element app or between web browsers work without issues. Testing indicates that the problem is related to Legacy Call support, which appears to be unsupported in Element X.
root@element-synapse:~# cat /etc/turnserver.conf
root@element-synapse:~# cat /etc/matrix-synapse/homeserver.yaml
Your phone model
No response
Operating system version
No response
Application version and app store
No response
Homeserver
No response
Will you send logs?
Yes
Are you willing to provide a PR?
Yes