MediasfuWebinar

fun MediasfuWebinar(options: MediasfuGenericOptions = MediasfuGenericOptions(), modifier: Modifier = Modifier)

MediasfuWebinar - Webinar event variant component.

Pre-configured MediaSFU component optimized for webinar events. A webinar is a presenter-to-audience format with controlled interaction.

This is a convenience wrapper around MediasfuGeneric with defaultEventType set to EventType.WEBINAR.

Features:

  • Presenter/panelist and audience separation

  • Raise hand functionality for audience participation

  • Q&A moderation tools

  • Polling and reactions

  • Multiple presenters support

  • Screen sharing with annotations

  • Recording and playback

  • Waiting room for attendees

Parameters

options

Configuration options for the webinar

modifier

Compose modifier for styling

See also