ライブ配信のステージに参加、または退出するためのボタンです。
| メソッド | パラメーター | 説明 |
|---|---|---|
activate |
meeting: RealtimeKitClient |
ボタンをミーティングの状態にバインドします |
<com.cloudflare.realtimekit.ui.view.RtkJoinLivestreamButton
android:id="@+id/rtk_join_livestream"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />val joinLivestreamButton = findViewById<RtkJoinLivestreamButton>(R.id.rtk_join_livestream)
joinLivestreamButton.activate(meeting)