ModernMeetingIdComponentOptions constructor
Implementation
ModernMeetingIdComponentOptions({
required this.meetingID,
this.showCopyButton = true,
this.onCopied,
this.label,
this.useGlassmorphism = true,
this.isDarkMode = true,
});
ModernMeetingIdComponentOptions({
required this.meetingID,
this.showCopyButton = true,
this.onCopied,
this.label,
this.useGlassmorphism = true,
this.isDarkMode = true,
});