Skip to content

Commit 15e9259

Browse files
committed
Still new to new additions
1 parent dd6e0b5 commit 15e9259

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ class RNCallKeep {
5656
return;
5757
};
5858

59-
isCallActive = (uuid) => {
60-
return RNCallKeepModule.isCallActive(uuid);
61-
}
62-
6359
displayIncomingCall = (uuid, handle, localizedCallerName, handleType = 'number', hasVideo = false) => {
6460
if (!isIOS) {
6561
RNCallKeepModule.displayIncomingCall(uuid, handle, localizedCallerName);
@@ -112,6 +108,8 @@ class RNCallKeep {
112108
}
113109
};
114110

111+
isCallActive = (uuid) => RNCallKeepModule.isCallActive(uuid);
112+
115113
endCall = (uuid) => RNCallKeepModule.endCall(uuid);
116114

117115
endAllCalls = () => RNCallKeepModule.endAllCalls();

0 commit comments

Comments
 (0)