Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

VoIP: increase call invite life time #129

Open
manuroe opened this issue Dec 20, 2017 · 1 comment
Open

VoIP: increase call invite life time #129

manuroe opened this issue Dec 20, 2017 · 1 comment

Comments

@manuroe
Copy link
Member

manuroe commented Dec 20, 2017

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
@manuroe
Copy link
Member Author

manuroe commented Dec 20, 2017

Let's increase the lifetime to 60s.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant