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.
1 parent 8bdddcc commit c053d4bCopy full SHA for c053d4b
README.md
@@ -70,7 +70,7 @@ RNCallKeep.setup(options).then(accepted => {});
70
- `ringtoneSound`: string (optional)
71
If provided, it will be played when incoming calls received; the system will use the default ringtone if this is not provided
72
- `includesCallsInRecents`: boolean (optional)
73
- If provided, calls will be shown in the recent calls when true and not when false (ios 11 and above)
+ If provided, calls will be shown in the recent calls when true and not when false (ios 11 and above) (Default: true)
74
- `maximumCallGroups`: string (optional)
75
If provided, the maximum number of call groups supported by this application (Default: 3)
76
- `maximumCallsPerCallGroup`: string (optional)
0 commit comments