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>