Skip to main content
POST
Bridge a supervisor into a live call (listen, whisper, barge, or conference)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

callId
string
required

Identifier of the call the supervisor is joining; selects the conf_<callId> room.

mode
enum<string>
required

Supervisor audio-routing mode.

Available options:
listen,
whisper,
barge,
conference
agentCallSid
string

Agent leg call SID, required for whisper coaching.

Response

200 - application/json

A jambonz verb array with a single conference verb that joins the supervisor to the call's room, or a hangup verb when the query is invalid.

verb
string