Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

RtkParticipantVideoIndicator

最終更新 Markdown で表示Agent セットアップ

参加者のカメラ状態を示すビデオインジケーターです。

メソッド

メソッド パラメーター 説明
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)

役に立ちましたか?