03-02-2021 02:09 AM
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)
03-08-2021 02:37 PM
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...
03-08-2021 09:30 PM
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>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide