Skip to content

Commit 9df84d8

Browse files
committed
Forgot to update RNCallKeep.h to reflect rename
1 parent 14232a2 commit 9df84d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCallKeep/RNCallKeep.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ continueUserActivity:(NSUserActivity *)userActivity
3838
+ (void)endCallWithUUID:(NSString *)uuidString
3939
reason:(int)reason;
4040

41-
+ (BOOL)checkIfActiveCall:(NSString *)uuidString;
41+
+ (BOOL)isCallActive:(NSString *)uuidString;
4242

4343
@end

0 commit comments

Comments
 (0)