A component which allows you to change the current page of the active participants grid.
| Method | Parameters | Description |
|---|---|---|
activate |
rtkAndroidClient: RealtimeKitClient, uiTokens: RtkDesignTokens |
Bind the paginator to the meeting state |
<com.cloudflare.realtimekit.ui.view.RtkGridPaginatorView
android:id="@+id/rtk_grid_paginator"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />val paginatorView = findViewById<RtkGridPaginatorView>(R.id.rtk_grid_paginator)
paginatorView.activate(meeting)