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.
An audio device selector component which can be used to select audio devices.
rtk_ds_label
string
Audio
activate
meeting: RealtimeKitClient
disableLabel
applyDesignTokens
designTokens: RtkDesignTokens
<com.cloudflare.realtimekit.ui.view.RtkAudioDeviceSelector android:id="@+id/audioSelector" app:rtk_ds_label="Audio" android:layout_width="0dp" android:layout_height="wrap_content" />
val audioSelector = findViewById<RtkAudioDeviceSelector>(R.id.audioSelector)audioSelector.activate(meeting)