dyte-settings-video
A component which lets to manage your camera devices and your video preferences.
Emits dyteStateUpdate event with data for toggling mirroring of self video:
{
  prefs: {
    mirrorVideo: boolean;
  }
}
<dyte-settings-video id="dyte-el"></dyte-settings-video>
<script>
  const el = document.getElementById('dyte-el');
  el.meeting = meeting;
</script>
Props
iconPack
meeting
Meeting object
Type
DyteClientsize
Size
Type
"lg" | "md" | "sm" | "xl"
states
States object
Type
States