HostControlsData constructor
const
HostControlsData({})
Implementation
const HostControlsData({
required this.annotationAllowed,
required this.audioPermission,
required this.autoMeetingEnd,
required this.chatAttachmentDownloadEnabled,
required this.participantDrawer,
required this.screenSharePermissionGranted,
required this.videoPermission,
required this.whiteboardCollaborationEnabled,
required this.isRecordingActive,
});