From 144fe898c48ed79e7ba3e8d81ef9c4b2e05993c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E4=B8=8A=20=E7=9A=93=E7=99=BB?= Date: Tue, 30 Apr 2024 08:50:36 +0000 Subject: [PATCH] avoid noImplicitAny --- dist/types/event-callback.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/types/event-callback.d.ts b/dist/types/event-callback.d.ts index 4f2afaf..9d5a4b7 100644 --- a/dist/types/event-callback.d.ts +++ b/dist/types/event-callback.d.ts @@ -1747,7 +1747,7 @@ export declare function event_subsession_invite_to_back_to_main_session(payload: * Inviter name */ inviterName: string; -}); +}): void; /** * Occurs when there is a change in the status of users in the subsession. * @param payload @@ -1794,7 +1794,7 @@ export declare function event_subsession_user_update(payload: { * Whether the user is talking. */ isTalking?: boolean; -}); +}): void; /** * Occurs when the broadcasted voice's status changes. * @param payload @@ -1805,7 +1805,7 @@ export declare function event_subsession_broadcast_voice(payload: { * Whether the user is receiving the broadcasted voice. */ status: boolean; -}); +}): void; /** * Occurs when the CRC(Cloud Room Connector) device call state changes.