Skip to content

Commit 4a74c47

Browse files
committed
Update readme
1 parent 1ddaac1 commit 4a74c47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ or by the app calling `RNCallKeep.startCall`.
352352

353353
Try to start your app call action from here (e.g. get credentials of the user by `data.handle` and/or send INVITE to your SIP server)
354354

355+
Note: on iOS `callUUID` is not defined as the call is not yet managed by CallKit. You have to generate your own and call `startCall`.
356+
355357
```js
356358
RNCallKeep.addEventListener('didReceiveStartCallAction', ({ handle, callUUID, name }) => {
357359

0 commit comments

Comments
 (0)