DefaultMiniCard

Default implementation of MiniCard

Constructors

Link copied to clipboard
constructor(options: MiniCardOptions)

Properties

Link copied to clipboard
open override val id: String

Unique identifier for this UI component.

Link copied to clipboard
open override val isEnabled: Boolean

Whether this component is currently enabled.

Link copied to clipboard
open override val isVisible: Boolean

Whether this component is currently visible.

Link copied to clipboard
open override val options: MiniCardOptions

Functions

Link copied to clipboard
open override fun disable()

Disable this component.

Link copied to clipboard
open override fun dispose()

Dispose of this component and release resources.

Link copied to clipboard
open override fun enable()

Enable this component.

Link copied to clipboard

Gets container style for mini card

Link copied to clipboard
open fun getInitials(): String

Gets initials from participant name

Link copied to clipboard
open override fun hide()

Hide this component.

Link copied to clipboard
fun render(): Any
Link copied to clipboard
fun MiniCard.renderCompose(modifier: Modifier = Modifier)

Composable render function for MiniCard.

Link copied to clipboard

Checks if video should be displayed

Link copied to clipboard
open override fun show()

Show this component.