A video indicator that shows a participant's camera status.
| Method | Parameters | Description |
|---|---|---|
activate |
participant: RtkMeetingParticipant |
Bind the indicator to a participant |
<com.cloudflare.realtimekit.ui.view.RtkParticipantVideoIndicator
android:id="@+id/video_indicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />val videoIndicator = findViewById<RtkParticipantVideoIndicator>(R.id.video_indicator)
videoIndicator.activate(participant)