Skip to content

Commit 9ad3898

Browse files
authored
Merge pull request #6 from grit96/patch-2
Add missing parameter to startCall documentation
2 parents ce3c4e3 + f316e94 commit 9ad3898

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,13 @@ RNCallKeep.startCall(uuid, number);
122122
- An `uuid` that should be stored and re-used for `stopCall`.
123123
- `handle`: string
124124
- Phone number of the callee
125-
- `handleType`: string (optional)
125+
- `handleType`: string (optional, iOS only)
126126
- `generic`
127127
- `number` (default)
128128
- `email`
129+
- `hasVideo`: boolean (optional, iOS only)
130+
- `false` (default)
131+
- `true` (you know... when not false)
129132
- `contactIdentifier`: string (optional)
130133
- The identifier is displayed in the native call UI, and is typically the name of the call recipient.
131134

0 commit comments

Comments
 (0)