Fondation
This commit is contained in:
parent
bc502960ba
commit
627f3bc5a0
@ -119,7 +119,11 @@ export function useRocketChatCalls() {
|
|||||||
|
|
||||||
// Show incoming call notification UI (Outlook-style rectangle)
|
// Show incoming call notification UI (Outlook-style rectangle)
|
||||||
setIncomingCall({
|
setIncomingCall({
|
||||||
from: callEvent.from,
|
from: {
|
||||||
|
userId: callEvent.from.userId,
|
||||||
|
username: callEvent.from.username,
|
||||||
|
name: callEvent.from.name || callEvent.from.username,
|
||||||
|
},
|
||||||
roomId: callEvent.roomId,
|
roomId: callEvent.roomId,
|
||||||
roomName: callEvent.roomName,
|
roomName: callEvent.roomName,
|
||||||
timestamp: callEvent.timestamp,
|
timestamp: callEvent.timestamp,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user