mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix display anme for calls
This commit is contained in:
parent
ce8d0ea359
commit
f43ad2d447
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ import AVFoundation
|
|||
|
||||
// From ios13, display the callkit view when the notification is received.
|
||||
@objc func displayIncomingCall(callId: String) {
|
||||
let call = CallManager.instance().lc?.currentCall
|
||||
let call = CallManager.instance().callByCallId(callId: callId)
|
||||
if (call != nil) {
|
||||
let addr = FastAddressBook.displayName(for: call?.remoteAddress?.getCobject) ?? "Unknow"
|
||||
let video = call?.params?.videoEnabled ?? false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue