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 => {});
70
70
- ` ringtoneSound ` : string (optional)
71
71
If provided, it will be played when incoming calls received; the system will use the default ringtone if this is not provided
72
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)
73
+ If provided, calls will be shown in the recent calls when true and not when false (ios 11 and above) (Default: true)
74
74
- ` maximumCallGroups ` : string (optional)
75
75
If provided, the maximum number of call groups supported by this application (Default: 3)
76
76
- ` maximumCallsPerCallGroup ` : string (optional)
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ declare module 'react-native-callkeep' {
23
23
maximumCallGroups ?: string ,
24
24
maximumCallsPerCallGroup ?: string ,
25
25
ringtoneSound ?: string ,
26
+ includesCallsInRecents ?: boolean
26
27
} ,
27
28
android : {
28
29
alertTitle : string ,
You can’t perform that action at this time.
0 commit comments