cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1094
Views
0
Helpful
2
Replies

CreateMeeting Share presentation automatically

eteacher1
Level 1
Level 1

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!

1 Accepted Solution

Accepted Solutions

mifierro
Level 4
Level 4

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

mifierro@cisco.com

View solution in original post

2 Replies 2

mifierro
Level 4
Level 4

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

mifierro@cisco.com

Thank you for your help!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: