Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ScheduledVoiceProvisioning

    Represents the ongoing or failed scheduled voice provisioning job. This field will be empty if the number was successfully provisioned provisioned for voice.

    interface ScheduledVoiceProvisioning {
        appId?: string;
        lastUpdatedTime?: Date;
        serviceId?: string;
        status?: ProvisioningStatus;
        trunkId?: string;
        type: "RTC" | "EST" | "FAX";
    }
    Index

    Properties

    appId?: string

    Your app ID for the Voice API. The appId can be found in your <a href="https://dashboard.sinch.com/voice/apps\" target="_blank">Sinch Customer Dashboard under Voice, then apps.

    lastUpdatedTime?: Date

    Timestamp when the status was last updated.

    serviceId?: string

    The service ID for the FAX configuration. The serviceId can be found in your Sinch Customer Dashboard under fax, then services.

    ProvisioningStatus

    trunkId?: string

    The trunk ID for the EST voice configuration. The trunkId can be found in your Sinch Customer Dashboard under sip, then trunks.

    type: "RTC" | "EST" | "FAX"

    The type of voice configuration. Default is RTC.