We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205a1bf commit 2629fa4Copy full SHA for 2629fa4
android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java
@@ -422,7 +422,7 @@ private void checkReachability() {
422
public void run() {
423
instance.wakeUpAfterReachabilityTimeout(instance.currentConnectionRequest);
424
}
425
- }, 2000);
+ }, 3000);
426
427
428
private Boolean canMakeOutgoingCall() {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-callkeep",
3
- "version": "4.3.12",
+ "version": "4.3.13",
4
"description": "iOS 10 CallKit and Android ConnectionService Framework For React Native",
5
"main": "index.js",
6
"scripts": {},
0 commit comments