INTEGRITY Dokumentace

RtkJoinLivestreamButton

Tlačítko pro vstup na stage živého vysílání nebo jeho opuštění.

Metody

Metoda Parametry Popis
activate meeting: RealtimeKitClient Navázání tlačítka na stav schůzky

Příklady použití

Základní použití

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

S metodami

val joinLivestreamButton = findViewById<RtkJoinLivestreamButton>(R.id.rtk_join_livestream)
joinLivestreamButton.activate(meeting)