A visual indicator that shows when a livestream is active.
| Method | Parameters | Description |
|---|---|---|
refresh |
meeting: RealtimeKitClient |
Update the indicator based on the current livestream state |
<com.cloudflare.realtimekit.ui.view.RtkLivestreamIndicator
android:id="@+id/rtk_livestream_indicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />val indicator = findViewById<RtkLivestreamIndicator>(R.id.rtk_livestream_indicator)
indicator.refresh(meeting)