Skip to content

RtkMeetingHeaderView

A pre-built meeting header that contains meeting title, clock, recording indicator, participant count, grid paginator, and switch camera button.

Methods

MethodParametersDescription
activatemeeting: RealtimeKitClientBind the header to the meeting state
applyDesignTokensdesignTokens: RtkDesignTokensApply custom design tokens for theming

Usage Examples

Basic Usage

<com.cloudflare.realtimekit.ui.view.headers.RtkMeetingHeaderView
android:id="@+id/rtk_meeting_header"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

With Methods

Kotlin
val header = findViewById<RtkMeetingHeaderView>(R.id.rtk_meeting_header)
header.activate(meeting)