This commit is contained in:
Igor Loskutov
2026-02-06 18:10:33 -05:00
parent f6594448e6
commit d5ca2345d4
7 changed files with 800 additions and 105 deletions

View File

@@ -773,6 +773,7 @@ export function useRoomActiveMeetings(roomName: string | null) {
},
{
enabled: !!roomName,
refetchInterval: 5000,
},
);
}