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

    Interface PhoneCallProperties

    interface PhoneCallProperties {
        code?: string;
        speech?: SpeechProperties;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code?: string

    The Phone Call PIN that should be entered by the user. Sinch servers automatically generate PIN codes for Phone Call verification. If you want to set your own code, you can specify it in the response to the Verification Request Event.

    SpeechProperties