We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce3c4e3 + f316e94 commit 9ad3898Copy full SHA for 9ad3898
README.md
@@ -122,10 +122,13 @@ RNCallKeep.startCall(uuid, number);
122
- An `uuid` that should be stored and re-used for `stopCall`.
123
- `handle`: string
124
- Phone number of the callee
125
-- `handleType`: string (optional)
+- `handleType`: string (optional, iOS only)
126
- `generic`
127
- `number` (default)
128
- `email`
129
+- `hasVideo`: boolean (optional, iOS only)
130
+ - `false` (default)
131
+ - `true` (you know... when not false)
132
- `contactIdentifier`: string (optional)
133
- The identifier is displayed in the native call UI, and is typically the name of the call recipient.
134
0 commit comments