Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.telephony.sessions.supervise.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(SuperviseCallSessionRequest superviseCallSessionRequest) Allows to monitor a call session in 'Listen' mode.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public SuperviseCallSessionResponse post(SuperviseCallSessionRequest superviseCallSessionRequest) throws RestException, IOException Allows to monitor 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. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/sessions/{telephonySessionId}/supervise Rate Limit Group: Light App Permission: CallControl- Throws:
RestException
IOException
-