Skip to content

Commit

Permalink
Merge pull request #1697 from vector-im/meta_129
Browse files Browse the repository at this point in the history
VoIP: increase call invite lifetime from 30 to 60s
  • Loading branch information
manuroe authored Dec 20, 2017
2 parents f9183e5 + 2de408f commit c902be4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Riot/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,9 @@ - (void)initMatrixSessions
{
[mxSession enableVoIPWithCallStack:callStack];

// Let's call invite be valid for 1 minute
mxSession.callManager.inviteLifetime = 60000;

// Setup CallKit
if ([MXCallKitAdapter callKitAvailable])
{
Expand Down

0 comments on commit c902be4

Please sign in to comment.