Fondation

This commit is contained in:
alma 2026-01-17 02:22:24 +01:00
parent 627f3bc5a0
commit de9c1b767b

View File

@ -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,
});