A clock component which shows the elapsed time of a meeting.
| Method | Parameters | Description |
|---|---|---|
activate |
meeting: RealtimeKitClient |
Bind the clock to the meeting state |
applyDesignTokens |
designTokens: RtkDesignTokens |
Apply custom design tokens for theming |
<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)