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

    Interface FlashCallOptions

    An optional configuration for Flash Call Verification, should be used only when the verification request originates from your backend (not an end user device) and request is signed via an Application signed request.

    interface FlashCallOptions {
        dialTimeout?: number;
        interceptionTimeout?: number;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    dialTimeout?: number

    The amount of time that a phone will ring.

    interceptionTimeout?: number

    The maximum time that a phone call verification will be active and can be completed. If the phone number hasn't been verified successfully during this time, then the verification request will fail. By default, the Sinch dashboard will automatically optimize dial time out during a phone call.