@twilio/voice-sdk
    Preparing search index...

    Interface CallerInfo

    A CallerInfo provides caller verification information.

    interface CallerInfo {
        isVerified: boolean;
    }
    Index

    Properties

    Properties

    isVerified: boolean

    Whether or not the caller's phone number has been verified by Twilio using SHAKEN/STIR validation. True if the caller has been validated at level 'A', false if the caller has been verified at any lower level or has failed validation.