We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ef852 commit 5ee1e4aCopy full SHA for 5ee1e4a
ios/RNCallKeep/RNCallKeep.m
@@ -276,10 +276,10 @@ + (void)initCallKitProvider {
276
RCT_EXPORT_METHOD(isCallActive:(NSString *)uuidString)
277
{
278
#ifdef DEBUG
279
- NSLog(@"[RNCallKeep][sendDTMF] key = %@", key);
+ NSLog(@"[RNCallKeep][isCallActive] uuid = %@", uuidString);
280
#endif
281
NSUUID *uuid = [[NSUUID alloc] initWithUUIDString:uuidString];
282
- [RNCallKeep isCallActive: uuidString]
+ [RNCallKeep isCallActive: uuidString];
283
}
284
285
- (void)requestTransaction:(CXTransaction *)transaction
0 commit comments