- Home
- /Realtime
- /…
- /Android
- /RtkClockView
RtkClockView
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewMethodsUsage ExamplesBasic UsageWith Methods
A clock component which shows the elapsed time of a meeting.
<com.cloudflare.realtimekit.ui.view.RtkClockView
android:id="@+id/rtk_clock_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
val clockView = findViewById<RtkClockView>(R.id.rtk_clock_view)
clockView.activate(meeting)
PreviousRtkChatBottomSheetNextRtkControlBarButton