Skip to main 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:

{
prefs: {
mirrorVideo: boolean;
}
}
<rtk-settings-video id="rtk-el"></rtk-settings-video>

<script>
const el = document.getElementById('rtk-el');
el.meeting = meeting;
</script>

Props

iconPack

Icon pack

Default
defaultIconPack

meeting

Meeting object

size

Size

Type
"lg" | "md" | "sm" | "xl"

states

States object

Type
States

t

Language

Default
useLanguage()