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

    Interface representing the details of a meeting start event.

    interface MeetingStartEventDetails {
        id: string;
        joinUrl: string;
        meetingType: string;
        startTime: Date;
        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.

    startTime: Date

    The start time of the meeting.

    title: string

    The title of the meeting.