queueLeave
Remove the call from a queue.
This method emits calling.call.queue events. See Call Events for payload details.
Parameters
queueName
Name of the queue to leave.
controlId
Custom control ID. Auto-generated if not provided.
queueId
Specific queue ID to leave (if the call is in multiple queues with the same name).
statusUrl
URL to receive queue status webhooks.
Returns
Promise<Record<string, unknown>> — Server response confirming the call left the queue.