From de9c1b767b963debe8d061038d2d762ec8a11bc3 Mon Sep 17 00:00:00 2001 From: alma Date: Sat, 17 Jan 2026 02:22:24 +0100 Subject: [PATCH] Fondation --- hooks/use-rocketchat-calls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/use-rocketchat-calls.ts b/hooks/use-rocketchat-calls.ts index a34785c..741fc89 100644 --- a/hooks/use-rocketchat-calls.ts +++ b/hooks/use-rocketchat-calls.ts @@ -125,7 +125,7 @@ export function useRocketChatCalls() { name: callEvent.from.name || callEvent.from.username, }, roomId: callEvent.roomId, - roomName: callEvent.roomName, + roomName: callEvent.roomName || callEvent.roomId, timestamp: callEvent.timestamp, });