I need to show a link to a session recording after the session is over. But this should be handled programmatically rather than clicking on session recording by the session creator while being on session. I have read something about forced recordings, but I am unable to get it working. Any help would be highly appreciated.
Is it possible to have a session recorded programmatically in Adobe Connect Pro?
192 views Asked by Amar At
1
It's difficult to discern exactly what you're asking for. I read it as this: you need to discover the URL of your recording and include that URL in some content you're presenting.
This can be done programmatically with the Connect API:
sco-contents
sco-id
parameter set to the meeting room's SCO ID.filter-icon=archive
to limit the results to recordings//sco[@icon='archive']
will select recordings (recordings are also referred to as archives in Connect.)<sco>
element in the results<url-path>
element.