Skip to content

Commit 181cd1a

Browse files
authored
Update index.d.ts
Fixed the startCall optional arg
1 parent 7636081 commit 181cd1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default class RNCallKeep {
5757
uuid: string,
5858
handle: string,
5959
handleType?: HandleType,
60-
hasVideo: boolean,
60+
hasVideo?: boolean,
6161
contactIdentifier?: string,
6262
) {
6363

@@ -133,4 +133,4 @@ export default class RNCallKeep {
133133
static backToForeground() {
134134

135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)