Skip to content

Commit

Permalink
Update VoiceConnectionService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rimonhanna committed Jan 6, 2024
1 parent 205a1bf commit 2629fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ private void checkReachability() {
public void run() {
instance.wakeUpAfterReachabilityTimeout(instance.currentConnectionRequest);
}
}, 2000);
}, 3000);
}

private Boolean canMakeOutgoingCall() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-callkeep",
"version": "4.3.12",
"version": "4.3.13",
"description": "iOS 10 CallKit and Android ConnectionService Framework For React Native",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 2629fa4

Please sign in to comment.