Skip to content

Commit b5e3ec7

Browse files
author
Brandon Huang
committed
Merge branch 'master' into endAllCallsAndroid
2 parents 1138c51 + 7b9c1cc commit b5e3ec7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ RNCallKeep.setOnHold(uuid, true)
253253
- uuid of the current call.
254254
- `hold`: boolean
255255

256+
### endAllCalls
257+
258+
End all calls that have been started on the device.
259+
260+
```js
261+
RNCallKeep.endAllCalls();
262+
```
263+
256264
### checkIfBusy
257265

258266
Checks if there are any active calls on the device and returns a promise with a boolean value (`true` if there're active calls, `false` otherwise).

0 commit comments

Comments
 (0)