ミーティングの経過時間を表示する時計コンポーネントです。
| メソッド | パラメーター | 説明 |
|---|---|---|
activate |
meeting: RealtimeKitClient |
時計をミーティングの状態に紐づけます |
applyDesignTokens |
designTokens: RtkDesignTokens |
テーマ用にカスタムデザイントークンを適用します |
<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)