@webitel/api-services
    Preparing search index...

    Response containing the created meeting details.

    interface WebMeetingBackendCreateMeetingResponse {
        id?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    id?: string

    Unique identifier of the created meeting.

    url?: string

    Full URL to access the meeting.