This document was generated from CDN thread
Created by: Ryan Newman on 09-07-2013 01:13:47 PM
When I schedule a meeting through the WebEx UI, using the advanced scheduler, there is an option to "Automatically share presentation or document once a participant joins the meeting:", is this option support through the API?
Subject: RE: Does API support auto share presentation document
Replied by: Nathan Morrow on 10-07-2013 12:37:02 PM
Hello,
The URL API is capable of auto sharing a document, application, or desktop in Meeting Center or Training Center if the host uses URL API to start the session instead of the UI. Autoshare is set via multiple optional parameters of m.php?AT=HM, as described in the URL API reference guide.
Subject: RE: Does API support auto share presentation document
Replied by: Ryan Newman on 10-07-2013 12:56:48 PM
Thank you I will look into that option. Sorry for not specifing this in the orrignal question but I am hoping to use the XML API when possible is this available via XML API?
Subject: RE: Does API support auto share presentation document
Replied by: Nathan Morrow on 10-07-2013 01:06:48 PM
It is not possible to attach an autoshare feature to the session using XML API. API only does autoshare in real time during the join process, which is only available via URL API.
Subject: RE: Does API support auto share presentation document
Replied by: Ryan Newman on 10-07-2013 01:25:08 PM
Thank you