Files
meet/src/frontend/src/api/queryKeys.ts
T
lebaudantoine 65ddf2e2a1 (frontend) add waiting participants list for room admins
Implement list showing waiting participants for admins already in the room.
Initial fetch on render, then stops polling if empty until LiveKit emits event
for new arrivals. Uses long polling with configurable timeouts to prevent UI
flicker. Focus on UX implementation with responsive layout issues remaining
for long participant names.
2025-03-03 21:48:22 +01:00

8 lines
154 B
TypeScript

export const keys = {
user: 'user',
room: 'room',
config: 'config',
requestEntry: 'requestEntry',
waitingParticipants: 'waitingParticipants',
}