/mcpHTTP/1.1 200 OK Set-Cookie: JSESSIONIDSSO=CD7B1064CEB9385B6FE9279ECBDB40E3; Path=/ Set-Cookie: JSESSIONID=201BD26E840AA2CEEC242A9CCD0FE8F6; Path=/vmrest Content-Type: application/json Transfer-Encoding: chunked Date: Fri, 15 Jan 2010 15:14:15 GMT Server: {"op":"PLAY","resourceType":"STREAM","resourceId":"cf1cb014-6394-4279-ab5a-74a6d680e440.wav", "lastResult":"0","speed":"100","volume":"100","startPosition":"0"} Play Video recording In a video call, • For STREAM or URI resource type, if the Session ID is available, then the video recording will be played, else the audio recording will be played from the Audio resource-ID along with an image. • For Message or Broadcast Message resource type, the audio recording will be played from the Audio resource-ID along with an image. • If both sessionID and resource ID are not available, an error message is send to the user. POST https://<connection-server>/vmrest/calls/<call-id> Request: <CallControl> <op>PLAY</op> <resourceType>STREAM</resourceType> <resourceId>1218f93a-2ce2-4987-9589-f8e06bd54a14.wav</resourceId> <sessionId>2f61469411d7131</sessionId> <lastResult>0</lastResult> </CallControl> The following is the response from the above POST request and the actual response will depend upon the information given by you: Response: 200 Ok <CallControl> <op>PLAY</op> <resourceType>STREAM</resourceType> <resourceId>1218f93a-2ce2-4987-9589-f8e06bd54a14.wav</resourceId> <sessionId>2f61469411d7131</sessionId> <lastResult>0</lastResult> </CallControl> JSON Example Request: POST /vmrest/calls/1 HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.6.0_17 Host: cuc-install-67.cisco.com Connection: keep-alive Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjplY3NidWxhYg== Content-Length: 159 {"op":"PLAY","resourceType":"STREAM","resourceId":"1218f93a-2ce2-4987-9589-f8e06bd54a14.wav","sessionId":"2f61469411d7131","lastResult":"0"} Cisco Unity Connection Telephony Interface (CUTI) API 12 Cisco Unity Connection Telephony Interface (CUTI) API -- Using CUTI for Basic Call Operations Examples