Skip to content

rtk-settings-video

Last updated View as MarkdownAgent setup

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

{
 prefs: {
   mirrorVideo: boolean
 }
}

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size - Size
states States - States object
t RtkI18n 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>

Was this helpful?