export interface IMeetingData { show: boolean; meetLink?: string; textSmall?: string; title: string; }