forked from mirrors/linphone-iphone
Fix potential crash
This commit is contained in:
parent
9715c98da1
commit
414e0f613d
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ extension ProviderDelegate: CXProviderDelegate {
|
|||
if (addr == nil) {
|
||||
Log.directLog(BCTBX_LOG_ERROR, text: "CallKit: can not call a null address!")
|
||||
action.fail()
|
||||
return
|
||||
}
|
||||
|
||||
CallManager.instance().lc?.configureAudioSession()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue