Skip to content
Cloudflare Docs

rtk-camera-selector

A component which lets to manage your audio devices and audio preferences. Emits rtkStateUpdate event with data for muting notification sounds:

TypeScript
{
prefs: {
muteNotificationSounds: boolean
}
}

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPackdefaultIconPackIcon pack
meetingMeeting-Meeting object
sizeSize-Size
tRtkI18nuseLanguage()Language
variant'full' | 'inline'-variant

Usage Examples

Basic Usage

<rtk-camera-selector></rtk-camera-selector>

With Properties

<rtk-camera-selector
size="md">
</rtk-camera-selector>
<script>
const el = document.querySelector("rtk-camera-selector");
el.meeting= meeting
</script>