INTEGRITY Документация

RtkParticipantVideoIndicator

Видеоиндикатор, который показывает статус камеры участника.

Методы

Метод Параметры Описание
activate participant: RtkMeetingParticipant Привяжите индикатор к участнику

Примеры использования

Базовое использование

<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)