Skip to content

Commit

Permalink
VoIP: increase call invite lifetime from 30 to 60s (element-hq/riot-m…
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Dec 21, 2017
1 parent c65edec commit 41595a5
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 @@ -1878,6 +1878,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 41595a5

Please sign in to comment.