Skip to content

Commit bfa630d

Browse files
committed
Expose the method endCallWithUUID
1 parent c1542ef commit bfa630d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNCallKeep/RNCallKeep.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ continueUserActivity:(NSUserActivity *)userActivity
3434
localizedCallerName:(NSString * _Nullable)localizedCallerName
3535
fromPushKit:(BOOL)fromPushKit;
3636

37-
+ (void)reportEndCallWithUUID:(NSString *)uuidString
38-
reason:(int)reason;
37+
+ (void)endCallWithUUID:(NSString *)uuidString
38+
reason:(int)reason;
3939

4040
@end

0 commit comments

Comments
 (0)