Skip to content

Commit ee625b5

Browse files
committed
readme: add options arg for displayIncomingCall and updateDisplay
1 parent 0137e2e commit ee625b5

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
@@ -175,6 +175,13 @@ RNCallKeep.displayIncomingCall(uuid, handle, localizedCallerName);
175175
- `hasVideo`: boolean (optional, iOS only)
176176
- `false` (default)
177177
- `true` (you know... when not false)
178+
- `options`: object (optional)
179+
- `ios`: object
180+
- `supportsHolding`: boolean (optional, default true)
181+
- `supportsDTMF`: boolean (optional, default true)
182+
- `supportsGrouping`: boolean (optional, default true)
183+
- `supportsUngrouping`: boolean (optional, default true)
184+
- `android`: object (currently no-op)
178185

179186
### answerIncomingCall
180187
_This feature is available only on Android._
@@ -230,6 +237,14 @@ RNCallKeep.updateDisplay(uuid, displayName, handle)
230237
- Name of the caller to be displayed on the native UI
231238
- `handle`: string
232239
- Phone number of the caller
240+
- `options`: object (optional)
241+
- `ios`: object
242+
- `hasVideo`: boolean (optional)
243+
- `supportsHolding`: boolean (optional)
244+
- `supportsDTMF`: boolean (optional)
245+
- `supportsGrouping`: boolean (optional)
246+
- `supportsUngrouping`: boolean (optional)
247+
- `android`: object (currently no-op)
233248

234249
### endCall
235250

0 commit comments

Comments
 (0)