From 30861b18c5a9049c23ac63ff675a0c3cc13d9544 Mon Sep 17 00:00:00 2001 From: obrucheoghene Date: Thu, 20 Nov 2025 16:36:25 +0100 Subject: [PATCH] chore: change end meeting to end room --- src/types/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/actions.ts b/src/types/actions.ts index a01bc81..7d4c9db 100644 --- a/src/types/actions.ts +++ b/src/types/actions.ts @@ -48,7 +48,7 @@ export enum Actions { AddRole = 'add_role', RemoveRole = 'remove_role', - EndMeeting = 'end_meeting', + EndRoom = 'end_room', Heartbeat = 'heartbeat', HeartbeatAck = 'heartbeat_ack',