Skip to content

RtkJoinStageDialog

Last updated View as MarkdownAgent setup

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

Method Parameters Description
activate meeting: RealtimeKitClient Bind the dialog to the meeting state
applyDesignTokens designTokens: RtkDesignTokens Apply custom design tokens for theming
show - Display the dialog
dismiss - Dismiss the dialog

Usage Examples

Basic Usage

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

Was this helpful?