Skip to content

Commit 7d9b128

Browse files
authored
Merge pull request #73 from ThomasLarge/patch-1
Update README.md to include endAllCalls
2 parents 9a1a518 + e7ea3d3 commit 7d9b128

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@ RNCallKeep.setMutedCall(uuid, true);
166166
- uuid of the current call.
167167
- `muted`: boolean
168168

169+
### endAllCalls
170+
171+
End all calls that have been started on the device.
172+
173+
```js
174+
RNCallKeep.endAllCalls();
175+
```
176+
177+
169178
### checkIfBusy
170179

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