Skip to content

Commit 7b9c1cc

Browse files
committed
Merge in upstream changes to README
2 parents 884d6a0 + 7d9b128 commit 7b9c1cc

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
@@ -245,6 +245,14 @@ RNCallKeep.setOnHold(uuid, true)
245245
- uuid of the current call.
246246
- `hold`: boolean
247247

248+
### endAllCalls
249+
250+
End all calls that have been started on the device.
251+
252+
```js
253+
RNCallKeep.endAllCalls();
254+
```
255+
248256
### checkIfBusy
249257

250258
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)