MultimediaSessionEvent

sealed interface MultimediaSessionEvent

Events emitted during the lifecycle of a MultimediaSession.

Collect these events via MultimediaSessionFlows.event to observe connection state changes, participant updates, and errors.

Inheritors

Types

Link copied to clipboard

Connection lifecycle events for a multimedia session.

Link copied to clipboard
class Error(exception: Exception, val code: MultimediaErrorCode = MultimediaErrorCode.General) : MultimediaSessionEvent, Exception

Emitted when an error occurs during the session.

Link copied to clipboard

Emitted when a participant joins, leaves, or changes state.