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 a4e3ead commit 941e19cCopy full SHA for 941e19c
ios/RNCallKeep/RNCallKeep.m
@@ -375,7 +375,7 @@ + (void)reportNewIncomingCall:(NSString *)uuidString
375
localizedCallerName:(NSString * _Nullable)localizedCallerName
376
fromPushKit:(BOOL)fromPushKit
377
{
378
- [RNCallKeep reportNewIncomingCall: uuidString handle:handle handleType:handleType hasVideo:hasVideo localizedCallerName:localizedCallerName fromPushKit: NO payload:nil];
+ [RNCallKeep reportNewIncomingCall: uuidString handle:handle handleType:handleType hasVideo:hasVideo localizedCallerName:localizedCallerName fromPushKit: fromPushKit payload:nil];
379
}
380
381
- (BOOL)lessThanIos10_2
0 commit comments