Adobe Connect User Community
Menu

#1 2009-11-05 16:28:23

**_rocketmaker_**

Recording URL via API

I've searched through the API docs, this form, and googled for a few hours to find a way to get a handle on the recording URL.

I have a web application that pulls in a list of my events, but it does not include the URL or ID of the recording.

I know how to get the recording URL manually in the admin console by going into the Seminar Rooms, selecting a seminar, then clicking the Recordings link.

Does anybody know how to pull in the recording URL(s) programatically?

Offline

#2 2009-11-06 08:59:38

**_bklaas_**

Re: Recording URL via API

If you run the action=sco-contents action and pass the sco-id of the meeting in question, you'll get an XML structure containing recording information. Do an XPath search for the "//sco[@icon='archive']" node, and that node contains the information about recordings for the meeting.

Offline

#3 2009-11-06 11:36:19

**_rocketmaker_**

Re: Recording URL via API

Thanks bklaas! Worked perfectly.

I was searching the api for recordings and I needed to be searching for meeting and archives.

Offline

Board footer