Interface HangupCallInput

Parameters for hanging up a call.

interface HangupCallInput {
    providerCallId: string;
}

Properties

Properties

providerCallId: string

Provider-assigned call ID.