From f316e945bb8d30e88f416ab66eb2d8832a959d5a Mon Sep 17 00:00:00 2001 From: Geraint White Date: Wed, 23 Jan 2019 15:27:11 +0000 Subject: [PATCH] Add missing parameter to startCall documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b64486..0a887dcf 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,13 @@ RNCallKeep.startCall(uuid, number); - An `uuid` that should be stored and re-used for `stopCall`. - `handle`: string - Phone number of the callee -- `handleType`: string (optional) +- `handleType`: string (optional, iOS only) - `generic` - `number` (default) - `email` +- `hasVideo`: boolean (optional, iOS only) + - `false` (default) + - `true` (you know... when not false) - `contactIdentifier`: string (optional) - The identifier is displayed in the native call UI, and is typically the name of the call recipient.