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

    Interface representing the base details of a meeting.

    interface MeetingDetailsBase {
        id: string;
        joinUrl: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The unique identifier of the meeting.

    joinUrl: string

    The URL to join the meeting.

    title: string

    The title of the meeting.