-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow to use fallback call assist server (turn.matrix.org) #2329
Comments
Or it could also be a case that the homeserver is not configured correctly or there were unintended network configuration changes either by the operator or the host. So it should definitely be useful to have backup servers listed. See my comment here: #2033 (comment) |
is this being considered? |
@ganfra can we close this issue, i.e. is it implemented now? |
From my understanding it doesn't look like we currently provide a fallback Call flow
When the homeserver doesn't have turn enabled it has an no uris meaning we provide an empty
compared to a matrix.org account
The rtc connection also requires a username and password which is provided to us by the homeserver turn response, is it possible to have a client side fallback? 🤔 |
@ouchadam Question: does the lack of this fallback mean that users (clients) on a VoIP call cannot connect to each other after picking the other's call? Or is this something different altogether? |
@opusforlife2 it depends~ on my personal homeserver without It's related to call stability and compatibility due to network configuration (firewalls/port forwarding etc) More references to defaults/fallbacks from riot After speaking internally
|
Any idea why out of 2 devices on the same WLAN, I (on another wifi network) can successfully establish a VoIP call with one of them but not the other? Same ISP and same Wifi router for both devices, so you'd think the network configuration would be the same. From reading this issue I thought it might have to do with |
Could someone test my builds in #4391 with a homeserver that doesn't have its own turn server? You need to enable the fallback option in |
I was wondering what was blocking this feature from being done. There seems to be a PR that does the thing since some time ago. Is there anything I can help with to help to have this merged? |
you could visit the following link, download the correct .apk build for your device, install it, sign in with your Matrix account, enable the turn server fallback option in the "voice and video" section of the settings, attempt to make calls between various devices (of course, the other device should be verified as working) and report the results/any bugs you encounter https://buildkite.com/matrix-dot-org/element-android/builds/7567 these are just the auto-generated builds that have been created as a result of the changes in my pull request ( #5781 ) |
it seems that element android does not allow to use the fallback call assist server (turn.matrix.org), while riot android did, and element web does.
this option is useful for people running their own homeserver without a turn server. ideally, each homeserver should have its turn server, but it is not always possible to run one. it can be because of network traffic or computing power limitations, or because of network setup constraints. for example, when the homeserver is running in a home network behind nat and has a different ip address inside and outside the home network, running a turn server on it does not seem to work (or if it is, its configuration seems pretty challenging).
will you please add this option?
The text was updated successfully, but these errors were encountered: