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

    Interface CallMessage

    Message for triggering a call.

    interface CallMessage {
        phone_number: string;
        title: string;
    }
    Index

    Properties

    Properties

    phone_number: string

    Phone number in E.164 with leading +.

    title: string

    Title shown close to the phone number. The title is clickable in some cases.