AutoAdjustOptions constructor
AutoAdjustOptions({})
Implementation
AutoAdjustOptions({
required this.n,
required this.eventType,
required this.shareScreenStarted,
required this.shared,
this.whiteboardStarted = false,
this.whiteboardEnded = false,
});