@jambonz/sdk
    Preparing search index...

    Interface DequeueVerb

    interface DequeueVerb {
        verb: "dequeue";
        id?: string;
        name: string;
        actionHook?: ActionHook;
        timeout?: number;
        beep?: boolean;
        callSid?: string;
    }
    Index

    Properties

    verb: "dequeue"
    id?: string
    name: string

    Queue name to dequeue from.

    actionHook?: ActionHook

    Webhook when dequeued call ends.

    timeout?: number

    Seconds to wait for a caller in the queue.

    beep?: boolean

    Beep when calls connect.

    callSid?: string

    Dequeue a specific call by SID.