File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ RNCallKeep.setup(options).then(accepted => {});
7070 - ` ringtoneSound ` : string (optional)
7171 If provided, it will be played when incoming calls received; the system will use the default ringtone if this is not provided
7272 - ` includesCallsInRecents ` : boolean (optional)
73- If provided, calls will be shown in the recent calls when true and not when false (ios 11 and above)
73+ If provided, calls will be shown in the recent calls when true and not when false (ios 11 and above) (Default: true)
7474 - ` maximumCallGroups ` : string (optional)
7575 If provided, the maximum number of call groups supported by this application (Default: 3)
7676 - ` maximumCallsPerCallGroup ` : string (optional)
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ declare module 'react-native-callkeep' {
2323 maximumCallGroups ?: string ,
2424 maximumCallsPerCallGroup ?: string ,
2525 ringtoneSound ?: string ,
26+ includesCallsInRecents ?: boolean
2627 } ,
2728 android : {
2829 alertTitle : string ,
You can’t perform that action at this time.
0 commit comments