[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/realtime/realtimekit/ui-kit/api-reference/android/meeting-header/ [Back]  [Original]

RtkMeetingHeaderView Cloudflare Realtime docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Realtime
  3. /
  4. /Android
  5. /RtkMeetingHeaderView

RtkMeetingHeaderView

Last updated Apr 21, 2026Copy as MarkdownView as MarkdownAgent setup
OverviewMethodsUsage ExamplesBasic UsageWith Methods

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

Methods

Method Parameters Description
activate meeting: RealtimeKitClient Bind the header to the meeting state
applyDesignTokens designTokens: RtkDesignTokens Apply 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

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

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page