Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Supervise a call. The supervised call is connected and muted. No other call controls exist other than “Leave Call”.
The vendor call ID is part of the SuperviseCallResult.
This method can only be invoked if the agent has the capability hasSupervisorListenIn.
Note
superviseCall(supervisedCallInfo) → Promise.<SuperviseCallResult>
Returns: SuperviseCallResult — Represents the result when supervising a call.
| Field | Type | Description |
|---|---|---|
| supervisedCallInfo | SupervisedCallInfo | Info about the call to be supervised. |
Newer Version Available