use new lime api

This commit is contained in:
Danmei Chen 2018-12-04 12:52:03 +01:00
parent f4692392a4
commit e8765370c6

View file

@ -112,7 +112,7 @@ static const CGFloat NOTIFIED_CELL_HEIGHT = 44;
eventString = [NSString stringWithFormat:NSLocalizedString(@"Multidevice detected from %@", nil),participant];
eventColor = [UIColor redColor];
break;
case LinphoneSecurityEventTypeLimeIdentityKeyChanged:
case LinphoneSecurityEventTypeEncryptionIdentityKeyChanged:
case LinphoneSecurityEventTypeManInTheMiddleDetected:
if (!participant)
eventString = [NSString stringWithFormat:NSLocalizedString(@"Security alert", nil)];