diff --git a/@types/index.d.ts b/@types/index.d.ts index d44db74c..9919e749 100644 --- a/@types/index.d.ts +++ b/@types/index.d.ts @@ -615,7 +615,7 @@ declare module "opentok-react-native" { /** * Sent when the subscriber successfully connects to the stream. */ - connected?: Callback; + connected?: CallbackWithParam; /** * Sent when the subscriber receives a caption for the stream.