Skip to content

Commit 1138c51

Browse files
author
Brandon Huang
committed
Update docs
1 parent 20dcb9b commit 1138c51

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
@@ -196,6 +196,14 @@ RNCallKeep.endCall(uuid);
196196
- `uuid`: string
197197
- The `uuid` used for `startCall` or `displayIncomingCall`
198198

199+
### endAllCalls
200+
201+
End all ongoing connections.
202+
203+
```js
204+
RNCallKeep.endAllCalls();
205+
```
206+
199207
### reportEndCallWithUUID
200208

201209
Report that the call ended without the user initiating

0 commit comments

Comments
 (0)