Skip to content

RtkJoinStageDialog

A confirmation dialog screen shown when the user's request to join stage is approved or when the host invites the local user to join stage.

Methods

MethodParametersDescription
activatemeeting: RealtimeKitClientBind the dialog to the meeting state
applyDesignTokensdesignTokens: RtkDesignTokensApply custom design tokens for theming
show-Display the dialog
dismiss-Dismiss the dialog

Usage Examples

Basic Usage

Kotlin
val rtkJoinStage = RtkJoinStageDialog(requireContext())
rtkJoinStage.show()
rtkJoinStage.activate(meeting)