@jambonz/sdk
    Preparing search index...

    Interface HangupVerb

    interface HangupVerb {
        verb: "hangup";
        id?: string;
        headers?: Record<string, string>;
    }
    Index

    Properties

    Properties

    verb: "hangup"
    id?: string
    headers?: Record<string, string>

    Custom SIP headers on the BYE request.