Skip to content

Commit 24a1e9c

Browse files
committed
readme: add options arg for displayIncomingCall and updateDisplay
1 parent d0ed5f1 commit 24a1e9c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ RNCallKeep.displayIncomingCall(uuid, handle, localizedCallerName);
160160
- `hasVideo`: boolean (optional, iOS only)
161161
- `false` (default)
162162
- `true` (you know... when not false)
163+
- `options`: object (optional)
164+
- `ios`: object
165+
- `supportsHolding`: boolean (optional, default true)
166+
- `supportsDTMF`: boolean (optional, default true)
167+
- `supportsGrouping`: boolean (optional, default true)
168+
- `supportsUngrouping`: boolean (optional, default true)
169+
- `android`: object (currently no-op)
163170

164171
### answerIncomingCall
165172
_This feature is available only on Android._
@@ -215,6 +222,14 @@ RNCallKeep.updateDisplay(uuid, displayName, handle)
215222
- Name of the caller to be displayed on the native UI
216223
- `handle`: string
217224
- Phone number of the caller
225+
- `options`: object (optional)
226+
- `ios`: object
227+
- `hasVideo`: boolean (optional)
228+
- `supportsHolding`: boolean (optional)
229+
- `supportsDTMF`: boolean (optional)
230+
- `supportsGrouping`: boolean (optional)
231+
- `supportsUngrouping`: boolean (optional)
232+
- `android`: object (currently no-op)
218233

219234
### endCall
220235

0 commit comments

Comments
 (0)