Skip to content

Commit f0384be

Browse files
authored
Merge pull request #240 from kafkas/patch-1
setCurrentCallActive should expect a callUUID parameter
2 parents 4cdf17f + d4b392f commit f0384be

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)