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

    Interface GetCallbacksUrl

    Contains primary and/or fallback callback URLs

    interface GetCallbacksUrl {
        fallback?: string;
        primary?: string;
    }
    Index

    Properties

    Properties

    fallback?: string

    Your fallback callback URL (returned if configured). It is used only if Sinch platform gets a timeout or error from your primary callback URL.

    primary?: string

    Your primary callback URL