Fondation

This commit is contained in:
alma 2026-01-17 02:18:10 +01:00
parent bc502960ba
commit 627f3bc5a0

View File

@ -119,7 +119,11 @@ export function useRocketChatCalls() {
// Show incoming call notification UI (Outlook-style rectangle)
setIncomingCall({
from: callEvent.from,
from: {
userId: callEvent.from.userId,
username: callEvent.from.username,
name: callEvent.from.name || callEvent.from.username,
},
roomId: callEvent.roomId,
roomName: callEvent.roomName,
timestamp: callEvent.timestamp,