Skip to content

Commit 83018c8

Browse files
committed
Add RNCallKeepCheckReachability event on ios
1 parent 84a9c2f commit 83018c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ios/RNCallKeep/RNCallKeep.m

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
static NSString *const RNCallKeepPerformPlayDTMFCallAction = @"RNCallKeepDidPerformDTMFAction";
3333
static NSString *const RNCallKeepDidToggleHoldAction = @"RNCallKeepDidToggleHoldAction";
3434
static NSString *const RNCallKeepProviderReset = @"RNCallKeepProviderReset";
35+
static NSString *const RNCallKeepCheckReachability = @"RNCallKeepCheckReachability";
3536

3637
@implementation RNCallKeep
3738
{
@@ -90,7 +91,8 @@ - (void)dealloc
9091
RNCallKeepDidPerformSetMutedCallAction,
9192
RNCallKeepPerformPlayDTMFCallAction,
9293
RNCallKeepDidToggleHoldAction,
93-
RNCallKeepProviderReset
94+
RNCallKeepProviderReset,
95+
RNCallKeepCheckReachability
9496
];
9597
}
9698

0 commit comments

Comments
 (0)