Skip to content
Cloudflare Docs

rtk-settings-video

A component which lets to manage your camera devices and your video preferences. Emits rtkStateUpdate event with data for toggling mirroring of self video:

TypeScript
{
prefs: {
mirrorVideo: boolean
}
}

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPackdefaultIconPackIcon pack
meetingMeeting-Meeting object
sizeSize-Size
statesStates-States object
tRtkI18nuseLanguage()Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-settings-video></rtk-settings-video>

With Properties

<!-- component.html -->
<rtk-settings-video
[meeting]="meeting"
size="md">
</rtk-settings-video>