event

abstract val event: SharedFlow<MultimediaSessionEvent>

A stream of MultimediaSessionEvent instances emitted during the session lifecycle.

Events include connection state changes, participant updates, and errors. This is a SharedFlow so multiple collectors can observe events concurrently.