02-05-2015 08:32 PM
Hi All,
I had start working on webex xml api for create ,delete and update meeting. I got every method very easily from this tutorial
https://developer.cisco.com/site/webex-developer/develop-test/xml-api/api-guide/. But i m stuck in to how to get url of recording and documents of previous session. I look in to the tutorial but it won't help me.
Please provide me code or any reference link so that i can resolve this issue.
Thanks Regards
Harpartap singh
Solved! Go to Solution.
02-10-2015 11:09 AM
Hello,
Recording link is available via XML API command lstRecording, part of the general session service. Shared document retrieval is not available, but they will be visible in the recording if they were shared in the session.
02-10-2015 11:09 AM
Hello,
Recording link is available via XML API command lstRecording, part of the general session service. Shared document retrieval is not available, but they will be visible in the recording if they were shared in the session.
02-10-2015 10:07 PM
Hello Nathan Morrow,
Greetings for the Day!!
Thanks for your response i have check the method lstRecording. But for this we have to pass session key. How can i get session key for a meeting. Because when we create a meeting via xml api it just return meeting key.
So my question is how to get the session key of a meeting from meeting key ?
With regards
Harpartap singh
02-11-2015 12:00 PM
Hello,
You can call lstRecording without sessionKey, and you will get all available recordings. If you need a specific recording, meeting key and session key are the same value, just given different names to reflect the difference between Meeting Center meetings and Training Center/Event Center sessions.
02-12-2015 03:56 AM
Hello Nathan,
Thanks for your response you make my work easier,in future if i need your help i will post another message.
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