fix: show call nav status while active call is ongoing
This commit is contained in:
parent
e01009fd07
commit
47f1d1183a
1 changed files with 3 additions and 3 deletions
|
|
@ -16,10 +16,10 @@ export function CallNavStatus() {
|
|||
} = useCallState();
|
||||
const mx = useMatrixClient();
|
||||
const { navigateRoom } = useRoomNavigate();
|
||||
if (!isActiveCallReady || !activeCallRoomId) return null;
|
||||
|
||||
const handleGoToCallRoom = () => {
|
||||
if (activeCallRoomId) {
|
||||
navigateRoom(activeCallRoomId);
|
||||
}
|
||||
navigateRoom(activeCallRoomId);
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue