Refactor/lobby hub - #64
Merged
Merged
Conversation
… for summary and transcript
feat: enhance ContentSection and SessionContent with tabbed interface…
Add enableListenerMode functionality to device lifecycle and error handling
…le meeting end functionality and pass meetingCode prop
…ed lobby management and participant handling
…for improved type safety
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request refactors the admin and participant management UI in the meeting room, merging the lobby requests and participant list into a unified, scrollable "People" panel. It also improves the admin leave/end meeting controls and streamlines the handling of lobby requests. The changes enhance usability for admins, making it easier to admit/reject lobby requests and manage participants, while also improving code structure and type safety.
Unified People Panel & Lobby Management
frontend/src/components/meeting/AdminControls/index.tsx,frontend/src/components/meeting/LiveKitMeetingRoom/AdminPanel.tsx) [1] [2] [3]lobbyRequests,lobbyRespondingTo,onLobbyRespond, andonLobbyAdmitAll. (frontend/src/components/meeting/AdminControls/types.ts,frontend/src/components/meeting/LiveKitMeetingRoom/AdminPanel.tsx) [1] [2]Participant Item UI Improvements
ParticipantItemUI to show avatars (from metadata) or initials, improving visual clarity. (frontend/src/components/meeting/AdminControls/ParticipantItem.tsx) [1] [2] [3]Admin Leave/End Meeting Controls
frontend/src/components/meeting/CustomControlBar/LeaveButton.tsx,frontend/src/components/meeting/CustomControlBar/index.tsx) [1] [2] [3] [4]Lobby WebSocket & Notification Handling
MeetingContent, allowing real-time updates and sound notifications for new lobby requests. Added handlers for responding to individual/all requests. (frontend/src/components/meeting/LiveKitMeetingRoom/MeetingContent.tsx) [1] [2]Miscellaneous UI and Type Updates
frontend/src/components/meeting/AdminControls/ParticipantsList.tsx,frontend/src/components/meeting/LiveKitMeetingRoom/ControlBarSection.tsx) [1] [2] [3]These changes collectively improve the admin experience for managing participants and lobby requests, streamline UI interactions, and ensure type safety throughout the codebase.