Skip to content

Commit fa35ab2

Browse files
committed
readme: make endCall api usage more clearer
1 parent 744e6c8 commit fa35ab2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ RNCallKeep.updateDisplay(uuid, displayName, handle)
218218

219219
### endCall
220220

221-
When you finish an incoming/outgoing call.
221+
When finish an incoming/outgoing call.
222+
(When user actively chooses to end the call from your app's UI.)
222223

223224
```js
224225
RNCallKeep.endCall(uuid);
@@ -248,7 +249,9 @@ RNCallKeep.rejectCall(uuid);
248249

249250
### reportEndCallWithUUID
250251

251-
Report that the call ended without the user initiating
252+
Report that the call ended without the user initiating.
253+
(Not ended by user, is usually due to the following reasons)
254+
252255

253256
```js
254257
RNCallKeep.reportEndCallWithUUID(uuid, reason);

0 commit comments

Comments
 (0)