05-17-2016 07:03 AM
I know there is a way to share a presentation automatically in the content viewer once a participant joins the meeting using the "Advanced Scheduler" UI.
I there a way (and how) to do this using the XML API CreateMeeting function?
Thanks!
Solved! Go to Solution.
05-27-2016 11:57 AM
Greetings! This is possible with CreateMeeting, using teh appropriate commands within the <meet:schedule> element. An example of how to do this is:
<meet:schedule>
<meet:showFilePath>This is a test presentation.ucf</meet:showFilePath>
<meet:showFileStartMode>true</meet:showFileStartMode>
<meet:showFileContPlayFlag>false</meet:showFileContPlayFlag>
<meet:showFileInterVal>30</meet:showFileInterVal>
</meet:schedule>
This will set up the meeting to automatically launch "This is a test presentation.ucf" when an attendee joins, it will wait 30 seconds between each slide in the presentation, and will only play the presentation one time.
More information can be found in the XML API Reference Guide, at:
https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference
under Meeting Service -> Elements in WebEx XML Schema Definitions for the Meeting Service
--
Michael Fierro ● .:|:.:|:.
Customer Support Engineer
Cisco - API Developer Services
05-27-2016 11:57 AM
Greetings! This is possible with CreateMeeting, using teh appropriate commands within the <meet:schedule> element. An example of how to do this is:
<meet:schedule>
<meet:showFilePath>This is a test presentation.ucf</meet:showFilePath>
<meet:showFileStartMode>true</meet:showFileStartMode>
<meet:showFileContPlayFlag>false</meet:showFileContPlayFlag>
<meet:showFileInterVal>30</meet:showFileInterVal>
</meet:schedule>
This will set up the meeting to automatically launch "This is a test presentation.ucf" when an attendee joins, it will wait 30 seconds between each slide in the presentation, and will only play the presentation one time.
More information can be found in the XML API Reference Guide, at:
https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference
under Meeting Service -> Elements in WebEx XML Schema Definitions for the Meeting Service
--
Michael Fierro ● .:|:.:|:.
Customer Support Engineer
Cisco - API Developer Services
05-28-2016 11:22 PM
Thank you for your help!
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