CalendarEvent: {
    accessCode?: string;
    allowJoinAtAnyTime: boolean;
    description: string;
    end: number;
    id: string;
    meetingId: string;
    ownerVideo: boolean;
    participantVideo: boolean;
    recurring: boolean;
    scheduledMeetingId: string;
    start: number;
    title: string;
    useLocalAutoRecord: boolean;
    useMuteAudioOnJoin: boolean;
    usePMI: boolean;
    waitingRoom: boolean;
}

Type declaration

  • Optional accessCode?: string
  • allowJoinAtAnyTime: boolean
  • description: string
  • end: number
  • id: string
  • meetingId: string
  • ownerVideo: boolean
  • participantVideo: boolean
  • recurring: boolean
  • scheduledMeetingId: string
  • start: number
  • title: string
  • useLocalAutoRecord: boolean
  • useMuteAudioOnJoin: boolean
  • usePMI: boolean
  • waitingRoom: boolean