We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaadc5 commit 8778487Copy full SHA for 8778487
ios/RNCallKeep/RNCallKeep.m
@@ -444,7 +444,7 @@ - (void)provider:(CXProvider *)provider performStartCallAction:(CXStartCallActio
444
CXCallUpdate *callUpdate = [[CXCallUpdate alloc] init];
445
callUpdate.localizedCallerName = contactIdentifier;
446
447
- [self.callKitProvider reportCallWithUUID:uuid updated:callUpdate];
+ [self.callKeepProvider reportCallWithUUID:uuid updated:callUpdate];
448
}
449
450
// Answering incoming call
0 commit comments