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

    Public view of the meeting (limited fields).

    interface WebMeetingBackendMeetingView {
        allowSatisfaction?: boolean;
        createdAt?: string;
        expiresAt?: string;
        satisfaction?: string;
        title?: string;
    }
    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).

    satisfaction?: string

    Current satisfaction rating.

    title?: string

    Title or topic of the meeting.