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

    Interface GetCallInformation

    interface GetCallInformation {
        callId?: string;
        custom?: string;
        debit?: VoicePrice;
        domain?: string;
        duration?: number;
        from?: Destination;
        reason?: string;
        result?: string;
        status?: string;
        timestamp?: Date;
        to?: Destination;
        userRate?: VoicePrice;
    }
    Index

    Properties

    callId?: string

    The unique identifier of the call.

    custom?: string

    An object that can be used to pass custom information related to the call.

    debit?: VoicePrice

    The total amount charged for the call.

    domain?: string

    Must be pstn for PSTN.

    duration?: number

    The duration of the call in seconds.

    Contains the caller information.

    reason?: string

    Contains the reason why a call ended.

    result?: string

    Contains the result of a call.

    status?: string

    The status of the call. Either ONGOING or FINAL

    timestamp?: Date

    The date and time of the call.

    Contains the callee information.

    userRate?: VoicePrice

    The rate per minute that was charged for the call.