显示参与者摄像头状态的视频指示器。
| 方法 | 参数 | 描述 |
|---|---|---|
activate |
participant: RtkMeetingParticipant |
将指示器绑定(binding)到参与者 |
<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)