UnmuteMonitoredUser
This operation is part of the Voice API section of the Web Services API.
Overview
Unmutes a muted monitored agent. You should use this operation when a supervisor monitoring an agent has taken over a call, muted the agent, and now wants to unmute the agent.
Request URL | /api/v2/me/calls/{id} |
---|---|
HTTP method | POST |
Required features | api-voice |
Parameters
Parameter | Value |
---|---|
operationName | UnmuteMonitoredUser |
Sample
Request
POST api/v2/me/calls/011DJV5JI898NB2L04000VTAES00000I
{
"operationName": "UnmuteMonitoredUser"
}
HTTP response
{
"statusCode": 0
}
CometD notification
Important
Note that monitoredUserMuted is false.{
"data":{
"notificationType":"MonitoredUserMutedStateChange",
"call":{
"id":"011DJV5JI898NB2L04000VTAES00000I",
"state":"Established",
"callUuid":"011DJV5JI898NB2L04000VTAES00000I",
"connId":"007102385535e00e",
"deviceUri":"http://127.0.0.1:8080/api/v2/devices/efe1ab32-53f9-43ce-b65e-5768c61f7d4a",
"participants":[
{
"e164Number":"",
"formattedPhoneNumber":"5000",
"phoneNumber":"5000",
"digits":"5000"
},
{
"e164Number":"",
"formattedPhoneNumber":"5001",
"phoneNumber":"5001",
"digits":"5001"
}
],
"dnis":"5001",
"callType":"Internal",
"capabilities":[
"AttachUserData",
"InitiateConference",
"UpdateUserData",
"Hold",
"SingleStepTransfer",
"DeleteUserData",
"SingleStepConference",
"Hangup",
"DeleteUserDataPair",
"SendDtmf",
"InitiateTransfer",
"SwitchToListenIn",
"RemoveParticipantFromConference"
],
"duration":"383",
"mute":"Off",
"supervisorListeningIn":false,
"monitoredUserMuted":false,
"uri":"http://127.0.0.1:8080/api/v2/me/calls/011DJV5JI898NB2L04000VTAES00000I",
"path":"/calls/011DJV5JI898NB2L04000VTAES00000I"
},
"phoneNumber":"5005",
"extensions":{
"WrapUpTime":0,
"BusinessCall":0
},
"messageType":"CallStateChangeMessage"
},
"channel":"/v2/me/calls"
}
This page was last edited on March 25, 2016, at 18:22.
Comments or questions about this documentation? Contact us for support!