Skip to content

Commit f043034

Browse files
committed
Exposed to JS
1 parent 9df84d8 commit f043034

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

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

59+
isCallActive = (uuid) => {
60+
return RNCallKeepModule.isCallActive(uuid);
61+
}
62+
5963
displayIncomingCall = (uuid, handle, localizedCallerName, handleType = 'number', hasVideo = false) => {
6064
if (!isIOS) {
6165
RNCallKeepModule.displayIncomingCall(uuid, handle, localizedCallerName);

0 commit comments

Comments
 (0)