RtkSettingsVideo
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;
}
}
<RtkSettingsVideo meeting={meeting} />