Cisco Cisco MediaSense Release 9.0(1) Guía Del Desarrollador

Descargar
Página de 136
Events Triggered:
Event Type: 
Event Action: Added
 
Availability:
Available since API Version 1.0 
Release:
8.5(1)
Notes and Examples:
Examples for resumeRecording
Example 1
To resume a recording that is currently paused:
HTTP POST:
http://10.194.118.1:8440/ora/controlService/control/resumeRecording
Headers:
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
Body:
{
   requestParameters: {
                        
"sessionId"
"Session-1234.abc.5678"
                      }
}
Response:
{
    
: 2000,
"responseCode"
    
"responseMessage"
"Successful"
}
startRecording
startRecording
Description:
Use this API to start a device recording as soon as you make an outbound call.
API URI:
https://<host>:<port>/ora/controlService/control/startRecording
Supported Response Format:
JSON
 
74