RtkGridView
The main grid component which abstracts all the grid handling logic and renders it for you.
<com.cloudflare.realtimekit.ui.view.grid.RtkGridView
android:id="@+id/rtk_grid_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
To setup the grid inside kotlin/Java code do as follows
val gridView = findViewById(R.id.rtk_grid_view)
gridView.activate(meeting)