Documentation Index Fetch the complete documentation index at: https://docs.ahq.lat/realtime/llms.txt Use this file to discover all available pages before exploring further.
A video device selector component which can be used to select video devices.
rtk_ds_label
string
Video
activate
meeting: RealtimeKitClient
disableLabel
applyDesignTokens
designTokens: RtkDesignTokens
<com.cloudflare.realtimekit.ui.view.RtkVideoDeviceSelector android:id="@+id/videoSelector" app:rtk_ds_label="Camera" android:layout_width="0dp" android:layout_height="wrap_content" />
val videoSelector = findViewById<RtkVideoDeviceSelector>(R.id.videoSelector)videoSelector.activate(meeting)