一个用于加入或离开直播舞台的按钮。
| 方法 | 参数 | 描述 |
|---|---|---|
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)