Documentation - v1.2.0-alpha.5
    Preparing search index...

    Interface representing the details of a meeting end event.

    interface MeetingEndEventDetails {
        endTime: Date;
        id: string;
        joinUrl: string;
        meetingType: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    endTime: Date

    The end time of the meeting.

    id: string

    The unique identifier of the meeting.

    joinUrl: string

    The URL to join the meeting.

    meetingType: string

    The type of the meeting.

    title: string

    The title of the meeting.