ConfirmExitModal confirms whether a participant should leave or, for admins, end the event for all.
It coordinates socket-based exits, respects ban flags, and surfaces override hooks for custom UI.
Key Features
Differentiates between regular exit and admin-level "End Event" actions.
Calls exitEventOnConfirm with socket context for flexible business logic.
Supports corner anchoring, theming, and render overrides.
Provides clear call-to-action buttons with accessible labels.
ConfirmExitModal confirms whether a participant should leave or, for admins, end the event for all. It coordinates socket-based exits, respects ban flags, and surfaces override hooks for custom UI.
Key Features
exitEventOnConfirm
with socket context for flexible business logic.Accessibility
accessibilityLabel
values.