Skip to main content

RtkParticipantCountView

A component which shows count of total joined participants in a meeting.

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

To use the component do in kotlin/java as follows:

var participantCountView = findViewById(R.id.rtk_participant_count_view)
participantCountView.activate(meeting)