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

    Interface FlashCallProperties

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    cli?: string

    The phone number that will be displayed to the user when the flash call is received on the user's phone. By default, the Sinch dashboard will randomly select the CLI that will be displayed during a phone call from a pool of numbers. If you want to set your own CLI, you can specify it in the response to the Verification Request Event.

    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.