Skip to content

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
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
sizeSize✅-Size
statesStates✅-States object
tRtkI18n❌useLanguage()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>