@@ -398,17 +398,6 @@ + (void)reportNewIncomingCall:(NSString *)uuidString
398
398
supportsUngrouping : (BOOL )supportsUngrouping
399
399
fromPushKit : (BOOL )fromPushKit
400
400
payload : (NSDictionary * _Nullable)payload
401
- {
402
- [RNCallKeep reportNewIncomingCall: uuidString handle: handle handleType: handleType hasVideo: hasVideo localizedCallerName: localizedCallerName fromPushKit: fromPushKit payload: payload withCompletionHandler: nil ];
403
- }
404
-
405
- + (void )reportNewIncomingCall : (NSString *)uuidString
406
- handle : (NSString *)handle
407
- handleType : (NSString *)handleType
408
- hasVideo : (BOOL )hasVideo
409
- localizedCallerName : (NSString * _Nullable)localizedCallerName
410
- fromPushKit : (BOOL )fromPushKit
411
- payload : (NSDictionary * _Nullable)payload
412
401
withCompletionHandler : (void (^_Nullable)(void ))completion
413
402
{
414
403
#ifdef DEBUG
@@ -453,28 +442,6 @@ + (void)reportNewIncomingCall:(NSString *)uuidString
453
442
}];
454
443
}
455
444
456
- // --- overloading functions for backward compatibility and simple api
457
- + (void )reportNewIncomingCall : (NSString *)uuidString
458
- handle : (NSString *)handle
459
- handleType : (NSString *)handleType
460
- hasVideo : (BOOL )hasVideo
461
- localizedCallerName : (NSString * _Nullable)localizedCallerName
462
- fromPushKit : (BOOL )fromPushKit
463
- {
464
- [RNCallKeep reportNewIncomingCall: uuidString
465
- handle: handle
466
- handleType: handleType
467
- hasVideo: hasVideo
468
- localizedCallerName: localizedCallerName
469
- supportsHolding: YES
470
- supportsDTMF: YES
471
- supportsGrouping: YES
472
- supportsUngrouping: YES
473
- fromPushKit: fromPushKit
474
- payload: nil
475
- withCompletionHandler: nil ];
476
- }
477
-
478
445
- (BOOL )lessThanIos10_2
479
446
{
480
447
if (_version.majorVersion < 10 ) {
0 commit comments