Fix CallKit issue 2nd call after pause/resume

This commit is contained in:
Benjamin Reis 2017-02-01 17:24:11 +01:00
parent 4b1f07d26c
commit d1152e1be1

View file

@ -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 {