Skip to content

Commit d4b392f

Browse files
authored
setCurrentCallActive should expect a callUUID parameter
1 parent 4cdf17f commit d4b392f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default class RNCallKeep {
172172

173173
}
174174

175-
static setCurrentCallActive() {
175+
static setCurrentCallActive(callUUID: string) {
176176

177177
}
178178

0 commit comments

Comments
 (0)