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

    Request to create a new meeting.

    interface WebMeetingBackendCreateMeetingRequest {
        basePath?: string;
        domainId?: string;
        expireSec?: string;
        title?: string;
        variables?: WebMeetingBackendCreateMeetingRequestVariables;
    }
    Index

    Properties

    basePath?: string

    Base path for the generated meeting URL.

    domainId?: string

    Identifier of the domain owning the meeting.

    expireSec?: string

    Expiration time in seconds from the moment of creation.

    title?: string

    Title or topic of the meeting.

    Custom metadata or configuration variables.