Skip to content

Commit a67421c

Browse files
authored
Update index.d.ts
answerIncomingCall is missing from the index.d.ts file
1 parent 3fe4da5 commit a67421c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export default class RNCallKeep {
5353

5454
static hasDefaultPhoneAccount(): boolean {
5555

56+
}
57+
58+
static answerIncomingCall(uuid: string) {
59+
5660
}
5761

5862
static displayIncomingCall(

0 commit comments

Comments
 (0)