mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
use variable instead of recalling a method
This commit is contained in:
parent
dd22e69ceb
commit
776450cd15
1 changed files with 1 additions and 1 deletions
|
|
@ -901,7 +901,7 @@ static void linphone_iphone_display_status(struct _LinphoneCore *lc, const char
|
|||
: NULL;
|
||||
if (callKit_callId && !_conf) {
|
||||
// Create a CallKit call because there's not !
|
||||
NSString *callKit_callIdNS = [NSString stringWithUTF8String:linphone_call_log_get_call_id(linphone_call_get_call_log(callKit_call))];
|
||||
NSString *callKit_callIdNS = [NSString stringWithUTF8String:callKit_callId];
|
||||
NSUUID *callKit_uuid = [NSUUID UUID];
|
||||
[LinphoneManager.instance.providerDelegate.uuids setObject:callKit_uuid forKey:callKit_callIdNS];
|
||||
[LinphoneManager.instance.providerDelegate.calls setObject:callKit_callIdNS forKey:callKit_uuid];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue