Skip to main content

RtkWebinarStageToggleButton

Component that lets you add provisin for localUser to Join stage. This component internally handles operations related to Request Access, Join Stage, Cancel Request Access and Leave the stage.

<com.cloudflare.realtimekit.ui.view.controlbarbuttons.webinarstagetogglebutton.RtkWebinarStageToggleButton
android:id="@+id/rtk_webinar_stage_toggle"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

To setup the button inside kotlin/Java code do as follows

val rtkStageToggleButton = findViewById(R.id.rtk_webinar_stage_toggle)
rtkStageToggleButton.activate(meeting)