GetRecordingInfo
The GetRecordingInfo function allows users to retrieve information
about a recording. This function is currently limited to TC services.
Request
The following schema diagram shows the structure of the elements in thegetRecordingInfo request message.
Figure 4-25 • Schema diagram for getRecordingInfo
The sample XML document requests recording information for a
specific recording ID.
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>
<webExID>hostid</webExID>
<password>hostpassword</password>
</securityContext>
</header>
<body>
<bodyContent
xsi:type="java:com.webex.service.binding.ep.GetRecordingInfo">
<recordingID>123456789</recordingID>
<isServiceRecording>false</isServiceRecording>
</bodyContent>
</body>
</serv:message>
Response
The following schema diagram shows the structure of the elements in thegetRecordingInfoResponse message.
Figure 4-26 • Schema diagram for getRecordingInfoResponse
The sample XML document shows an example of a possible response to the
preceding request document.
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xmlns:com="http://www.webex.com/schemas/2002/06/common"
xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep"
xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:header>
<serv:response>
<serv:result>SUCCESS</serv:result>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="ep:GetRecordingInfoResponse"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ep:basic>
<ep:topic>nbr_update toc_unlist</ep:topic>
<ep:listing>UNLISTED</ep:listing>
<ep:presenter>presenter</ep:presenter>
<ep:email>test@abc.update</ep:email>
<ep:agenda>test agenda testtest agenda testtest test</ep:agenda>
</ep:basic>
<ep:playback>
<ep:chat>true</ep:chat>
<ep:supportQandA>true</ep:supportQandA>
<ep:video>true</ep:video>
<ep:polling>true</ep:polling>
<ep:notes>true</ep:notes>
<ep:fileShare>true</ep:fileShare>
<ep:toc>true</ep:toc>
<ep:attendeeList>true</ep:attendeeList>
<ep:includeNBRcontrols>true</ep:includeNBRcontrols>
<ep:range>PARTIAL</ep:range>
<ep:partialStart>11</ep:partialStart>
<ep:partialEnd>77</ep:partialEnd>
</ep:playback>
<ep:fileAccess>
<ep:endPlayURL>http://test.abc.com.update</ep:endPlayURL>
<ep:registration>true</ep:registration>
<ep:attendeeView>true</ep:attendeeView>
<ep:attendeeDownload>true</ep:attendeeDownload>
</ep:fileAccess>
</serv:bodyContent>
</serv:body>
</serv:message>