11-15-2016 08:48 AM
Is there a way to indicate through the XML API that a WebEx Event session should be recorded? I see there is a LstRecordedEvent call but no reference anywhere to how to record an event so that it can be listed.
Is there also a way to mark a Training Session to be recorded through the API?
11-15-2016 11:48 AM
The WebEx XML API can configure a event to allow or disable recording; but it cannot force the host to record the event.
If you wish to force recording the only option is a Site-Wide change; this will force all sessions to record and cant be over-ridden by the host.. this however will be in effect for every event if its enabled.
Here is the option you'll find in SiteAdmin under EventCenter/TrainingCenter site options.
Best Regards,
Ryan Hunt
WebEx API Support
11-15-2016 11:58 AM
Thank you Ryan that is good to know.
Can you show me what the piece of the XML request look like that allows / disables recording on an event/training session basis? I don't see anything like that in the XML API Reference Guide.
11-15-2016 12:30 PM
For Training Center in CreateTraningsession/SetTrainingsession
<enableOptions>
<trainingSessionRecord>true</trainingSessionRecord>
</enableOptions>
11-16-2016 09:46 AM
Thanks for the snippet for training sessions. Do you know if the same is possible for events?
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