forked from mirrors/linphone-iphone
fix outgoing call not connected for callkit
This commit is contained in:
parent
2e386351e1
commit
caadaa0958
1 changed files with 3 additions and 1 deletions
|
|
@ -466,7 +466,9 @@ class CoreManagerDelegate: CoreDelegate {
|
|||
CoreManagerDelegate.speaker_already_enabled = true
|
||||
}
|
||||
break
|
||||
case .OutgoingRinging,
|
||||
case .OutgoingInit,
|
||||
.OutgoingProgress,
|
||||
.OutgoingRinging,
|
||||
.OutgoingEarlyMedia:
|
||||
if (CallManager.callKitEnabled()) {
|
||||
let uuid = CallManager.instance().providerDelegate.uuids[""]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue