INTEGRITY Dokumentace

RtkParticipantVideoIndicator

Video indikátor, který zobrazuje stav kamery účastníka.

Metody

Metoda Parametry Popis
activate participant: RtkMeetingParticipant Navázání indikátoru na účastníka

Příklady použití

Základní použití

<com.cloudflare.realtimekit.ui.view.RtkParticipantVideoIndicator
    android:id="@+id/video_indicator"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />

S metodami

val videoIndicator = findViewById<RtkParticipantVideoIndicator>(R.id.video_indicator)
videoIndicator.activate(participant)