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

    Detailed meeting information.

    interface WebMeetingBackendMeeting {
        allowSatisfaction?: boolean;
        createdAt?: string;
        expiresAt?: string;
        id?: string;
        satisfaction?: string;
        title?: string;
        url?: string;
        variables?: WebMeetingBackendMeetingVariables;
    }
    Index

    Properties

    allowSatisfaction?: boolean

    Flag indicating if satisfaction feedback is allowed.

    createdAt?: string

    Timestamp when the meeting was created (Unix).

    expiresAt?: string

    Timestamp when the meeting link expires (Unix).

    id?: string

    Unique identifier of the meeting.

    satisfaction?: string

    Current satisfaction rating.

    title?: string

    Title or topic of the meeting.

    url?: string

    Full URL to join the meeting.

    Custom metadata or configuration variables.