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.
2 parents 9dff69d + 941e19c commit cb4f896Copy full SHA for cb4f896
ios/RNCallKeep/RNCallKeep.m
@@ -383,7 +383,7 @@ + (void)reportNewIncomingCall:(NSString *)uuidString
383
localizedCallerName:(NSString * _Nullable)localizedCallerName
384
fromPushKit:(BOOL)fromPushKit
385
{
386
- [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];
387
}
388
389
- (BOOL)lessThanIos10_2
0 commit comments