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

    Interface VoiceConfigurationResponse

    The current voice configuration for this number. During scheduled provisioning, the app ID value may be empty in a response if it is still processing or if it has failed. The status of scheduled provisioning will show under a scheduledVoiceProvisioning object if it's still running. Once processed successfully, the appId sent will appear directly under the voiceConfiguration object.

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

    Properties

    appId?: string

    Your app ID for the Voice API. The appId can be found in your Sinch Customer Dashboard.

    lastUpdatedTime?: Date

    Timestamp when the status was last updated.

    scheduledVoiceProvisioning?: ScheduledVoiceProvisioning

    ScheduledVoiceProvisioning

    serviceId?: string

    The service ID for the FAX configuration. The serviceId can be found in your Sinch Customer Dashboard.

    trunkId?: string

    The trunk ID for the EST voice configuration. The trunkId can be found in your Sinch Customer Dashboard.

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

    The type of voice configuration. Default is RTC.