You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,20 @@ _This feature is available only on Android._
325
325
awaitRNCallKeep.hasPhoneAccount();
326
326
```
327
327
328
+
### hasOutgoingCall (async)
329
+
330
+
_This feature is available only on Android, useful when waking up the application for an outgoing call._
331
+
332
+
When waking up the Android application in background mode (eg: when the application is killed and the user make a call from the native Phone application).
333
+
The user can hang up the call before your application has been started in background mode, and you can lost the `RNCallKeepPerformEndCallAction` event.
334
+
335
+
To be sure that the outgoing call is still here, you can call `hasOutgoingCall` when you app waken up.
0 commit comments