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.
payload
reportNewIncomingCall
1 parent cf4df08 commit e6a29d1Copy full SHA for e6a29d1
ios/RNCallKeep/RNCallKeep.m
@@ -362,6 +362,16 @@ + (void)reportNewIncomingCall:(NSString *)uuidString
362
}];
363
}
364
365
++ (void)reportNewIncomingCall:(NSString *)uuidString
366
+ handle:(NSString *)handle
367
+ handleType:(NSString *)handleType
368
+ hasVideo:(BOOL)hasVideo
369
+ localizedCallerName:(NSString * _Nullable)localizedCallerName
370
+ fromPushKit:(BOOL)fromPushKit
371
+{
372
+ [RNCallKeep reportNewIncomingCall: uuidString handle:handle handleType:handleType hasVideo:hasVideo localizedCallerName:localizedCallerName fromPushKit: NO payload:nil];
373
+}
374
+
375
- (BOOL)lessThanIos10_2
376
{
377
if (_version.majorVersion < 10) {
0 commit comments