MediaDisplayComponent

Interface for components that can display media content.

Inheritors

Properties

Link copied to clipboard
abstract val hasMedia: StateFlow<Boolean>

Whether media is currently being displayed.

Functions

Link copied to clipboard
abstract fun clearMedia()

Clear the media content.

Link copied to clipboard
abstract fun updateMedia(mediaStream: MediaStream)

Update the media content being displayed.