Skip to content

Commit cacd8c6

Browse files
author
Sylvain Boily
authored
Merge pull request #356 from markgibaud-vtail/includeCallsInRecent-types
Include calls in recent types
2 parents f3fe188 + 37e1285 commit cacd8c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)