Skip to content

Commit 130fac1

Browse files
committed
readme: add options arg for displayIncomingCall and updateDisplay
1 parent f3e0146 commit 130fac1

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
@@ -186,6 +186,13 @@ RNCallKeep.displayIncomingCall(uuid, handle, localizedCallerName);
186186
- `hasVideo`: boolean (optional, iOS only)
187187
- `false` (default)
188188
- `true` (you know... when not false)
189+
- `options`: object (optional)
190+
- `ios`: object
191+
- `supportsHolding`: boolean (optional, default true)
192+
- `supportsDTMF`: boolean (optional, default true)
193+
- `supportsGrouping`: boolean (optional, default true)
194+
- `supportsUngrouping`: boolean (optional, default true)
195+
- `android`: object (currently no-op)
189196

190197
### answerIncomingCall
191198
_This feature is available only on Android._
@@ -241,6 +248,14 @@ RNCallKeep.updateDisplay(uuid, displayName, handle)
241248
- Name of the caller to be displayed on the native UI
242249
- `handle`: string
243250
- Phone number of the caller
251+
- `options`: object (optional)
252+
- `ios`: object
253+
- `hasVideo`: boolean (optional)
254+
- `supportsHolding`: boolean (optional)
255+
- `supportsDTMF`: boolean (optional)
256+
- `supportsGrouping`: boolean (optional)
257+
- `supportsUngrouping`: boolean (optional)
258+
- `android`: object (currently no-op)
244259

245260
### endCall
246261

0 commit comments

Comments
 (0)