Appearance
Message View
- File:
src/features/events/partials/MessageView.svelte
Overview
The meeting chat panel inside the call view. Renders the meeting-scoped message list (see Message List) and chat input for the active conference.
Behavior
- Uses meeting-scoped chat groups (
getMeetingMessages/getMeetingChatParticipants). - New messages via
onNewMessage.