mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix crash
This commit is contained in:
parent
7ba42ce009
commit
f68bdec57b
1 changed files with 3 additions and 0 deletions
|
|
@ -685,6 +685,9 @@
|
|||
userInfo:sheet
|
||||
repeats:NO];
|
||||
} else if ([response.notification.request.content.categoryIdentifier isEqual:@"zrtp_request"]) {
|
||||
if (!call)
|
||||
return;
|
||||
|
||||
NSString *code = [NSString stringWithUTF8String:linphone_call_get_authentication_token(call)];
|
||||
NSString *myCode;
|
||||
NSString *correspondantCode;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue