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