ToggleGroupCallScreenSharingIsPaused constructor
Pauses or unpauses screen sharing in a joined group call
Implementation
const ToggleGroupCallScreenSharingIsPaused({
required this.groupCallId,
required this.isPaused,
});
Pauses or unpauses screen sharing in a joined group call
const ToggleGroupCallScreenSharingIsPaused({
required this.groupCallId,
required this.isPaused,
});