mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-28 12:49:34 +00:00
65ddf2e2a1
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.
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
export const keys = {
|
|
user: 'user',
|
|
room: 'room',
|
|
config: 'config',
|
|
requestEntry: 'requestEntry',
|
|
waitingParticipants: 'waitingParticipants',
|
|
}
|