DefaultWaitingModal

Default implementation of WaitingModal

Constructors

Link copied to clipboard
constructor(options: WaitingModalOptions)

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: WaitingModalOptions

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

Filters waiting room list by search query

Link copied to clipboard
open fun handleAccept(participant: WaitingRoomParticipant)

Handles accepting a participant

Link copied to clipboard
open fun handleReject(participant: WaitingRoomParticipant)

Handles rejecting a participant

Link copied to clipboard
open override fun hide()

Hide this component.

Link copied to clipboard
fun render(): Map<String, Any>
Link copied to clipboard
open override fun show()

Show this component.