ToggleGroupCallIsMyVideoEnabled constructor
const
ToggleGroupCallIsMyVideoEnabled({})
Toggles whether current user's video is enabled
Implementation
const ToggleGroupCallIsMyVideoEnabled({
required this.groupCallId,
required this.isMyVideoEnabled,
});