From d4b392f6da14bcb32e5d3d194162c92bf19e9ae3 Mon Sep 17 00:00:00 2001 From: Anar Kafkas <36949216+kafkas@users.noreply.github.com> Date: Wed, 15 Jul 2020 19:01:28 +0300 Subject: [PATCH] setCurrentCallActive should expect a callUUID parameter --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 5ae9a5c2..c6032e15 100644 --- a/index.d.ts +++ b/index.d.ts @@ -172,7 +172,7 @@ export default class RNCallKeep { } - static setCurrentCallActive() { + static setCurrentCallActive(callUUID: string) { }