forked from mirrors/linphone-iphone
Change display name of Callkit when received attended transfer call
This commit is contained in:
parent
9d031dbc47
commit
9f234fc63d
1 changed files with 1 additions and 3 deletions
|
|
@ -570,9 +570,7 @@ import AVFoundation
|
|||
CallManager.instance().providerDelegate.callInfos.updateValue(callInfo!, forKey: uuid!)
|
||||
CallManager.instance().providerDelegate.uuids.removeValue(forKey: callId!)
|
||||
CallManager.instance().providerDelegate.uuids.updateValue(uuid!, forKey: callInfo!.callId)
|
||||
|
||||
//CallManager.uuidReplacedCall = callId
|
||||
|
||||
CallManager.instance().providerDelegate.updateCall(uuid: uuid!, handle: addr!.asStringUriOnly(), hasVideo: video, displayName: displayName)
|
||||
} else if (CallManager.callKitEnabled()) {
|
||||
let isConference = isConferenceCall(call: call)
|
||||
let isEarlyConference = isConference && CallsViewModel.shared.currentCallData.value??.isConferenceCall.value != true // Conference info not be received yet.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue