You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
Users complain that they do not have enough time to answer to a call.
The caller currently gives a 30s lifetime for the call invite. This time starts from the moment the HS acknowledges the sending of the call invite event. Once the time is elapsed, the caller ends the call.
This lifetime does not take care if the callee gets notified for the call.
This lifetime may be short because of:
network latency for the call event notification to go from the callee HS to his matrix app
the callee matrix app needs to wakeup (Riot store is slow to load for heavy users)
the callee matrix app needs to sync with the callee HS to get the call event
The text was updated successfully, but these errors were encountered:
Users complain that they do not have enough time to answer to a call.
The caller currently gives a 30s lifetime for the call invite. This time starts from the moment the HS acknowledges the sending of the call invite event. Once the time is elapsed, the caller ends the call.
This lifetime does not take care if the callee gets notified for the call.
This lifetime may be short because of:
The text was updated successfully, but these errors were encountered: