Skip to content

Commit

Permalink
fix(ios,callkit) make sure the start call action is fulfilled
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 4, 2022
1 parent a2d0492 commit 438b392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/sdk/src/callkit/JMCallKitEmitter.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ - (void)provider:(CXProvider *)provider performStartCallAction:(CXStartCallActio
for (id listener in self.listeners) {
[listener performStartCallWithUUID:action.callUUID isVideo:action.isVideo];
}
[action fulfill];
}

- (void)provider:(CXProvider *)provider didActivateAudioSession:(AVAudioSession *)audioSession {
Expand Down

0 comments on commit 438b392

Please sign in to comment.