MeetingHistoryItem: {
    endedAt: number;
    id: string;
    meetingId: string;
    name: string;
    owner: string;
    participants: string[];
    records: RecordInfo[];
    startedAt: number;
    startedBy: string;
    type: ConferenceType;
}

Type declaration

  • endedAt: number
  • id: string
  • meetingId: string
  • name: string
  • owner: string
  • participants: string[]
  • records: RecordInfo[]
  • startedAt: number
  • startedBy: string
  • type: ConferenceType