forked from mirrors/linphone-iphone
Fix CallKit issue 2nd call after pause/resume
This commit is contained in:
parent
4b1f07d26c
commit
d1152e1be1
1 changed files with 4 additions and 0 deletions
|
|
@ -218,6 +218,10 @@
|
|||
|
||||
- (void)provider:(CXProvider *)provider didDeactivateAudioSession:(nonnull AVAudioSession *)audioSession {
|
||||
LOGD(@"CallKit : Audio session deactivated");
|
||||
|
||||
_pendingCall = NULL;
|
||||
_pendingAddr = NULL;
|
||||
_pendingCallVideo = FALSE;
|
||||
}
|
||||
|
||||
- (void)providerDidReset:(CXProvider *)provider {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue