Call Control
Supervise Call Session
Allows monitoring a call session in 'Listen' mode. Input parameters should contain internal identifiers of a monitored user and a supervisor's device. Call session should be specified in path. Please note that this method supports single channel audio flow, which means that audio of both call participants is mixed and delivered to the supervisor in single audio channel. Currently this method is supported for Softphone/Hardphone only, since device IDs for WebRTC/Mobile apps cannot be obtained.
post/restapi/v1.0/account/{accountId}/telephony/sessions/{telephonySessionId}/supervise
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
telephonySessionIdstring required
Internal identifier of a call session
Request body
Example request
{
"mode": "Listen",
"supervisorDeviceId": "191888004",
"agentExtensionId": "400378008008"
}Response
Created