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

    Interface representing the details of a meeting event.

    interface MeetingEventDetails {
        id: string;
        joinUrl: string;
        meetingType: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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.