cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2249
Views
10
Helpful
2
Replies

SetRecordingInfo success does not effecting the record details - WebEx Meetings

lushanthan
Level 1
Level 1

Hi All,

 

We are using the WebEx Meetings XML API to retrieve the Recording List. When to try to update the RecordingInfo using SetRecordingInfo API call, we get a 'success'. However, it is not effecting the record result when we login to see the recording properties using the webex portal.

 

We only need to enable 'Prevent Download' option for certain recordings through the API. In the XML API for this we are using the 'attendeeDownload' xml tag.

 

Please let us know how to achieve this. (Request XML attached)

2 Replies 2

Alex Stevenson
Cisco Employee
Cisco Employee

Hi @lushanthan,

           That's strange. The request looks good. Can you please share with us the success response? I'd like to compare it to the success response in the WebEx XML API Reference Guide. I also notice they have a couple more fields in the request body than you do...

 

 

Hi Alex,

 

Please find the response we received.

 

<?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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ep:setRecordingInfoResponse">
         <ep:recordingID>1234</ep:recordingID>
      </serv:bodyContent>
   </serv:body>
</serv:message>

 

 

Getting Started

Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.