- Home
- /Realtime
- /…
- /React
- /RtkSettingsAudio
RtkSettingsAudio
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
A component which lets to manage your audio devices and audio preferences.
Emits rtkStateUpdate event with data for muting notification sounds:
{
prefs: {
muteNotificationSounds: boolean
}
}
import { RtkSettingsAudio } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return <RtkSettingsAudio />;
}
import { RtkSettingsAudio } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return (
<RtkSettingsAudio
meeting={meeting}
size="md"
/>
);
}
PreviousRtkSettingsNextRtkSettingsToggle