Fondation
This commit is contained in:
parent
627f3bc5a0
commit
de9c1b767b
@ -125,7 +125,7 @@ export function useRocketChatCalls() {
|
|||||||
name: callEvent.from.name || callEvent.from.username,
|
name: callEvent.from.name || callEvent.from.username,
|
||||||
},
|
},
|
||||||
roomId: callEvent.roomId,
|
roomId: callEvent.roomId,
|
||||||
roomName: callEvent.roomName,
|
roomName: callEvent.roomName || callEvent.roomId,
|
||||||
timestamp: callEvent.timestamp,
|
timestamp: callEvent.timestamp,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user