09-22-2015 10:28 PM
I'm creating a meeting and then get host url via xml api. I'm recording this meeting. How can I get recording information(Url mainly) passing meeting details ( meeting key ) ?
Solved! Go to Solution.
09-28-2015 07:41 AM
You want to do something like:
<body>
<bodyContent xsi:type="java:com.webex.service.binding.ep.LstRecording">
<sessionKey>MEETING KEY</sessionKey>
</bodyContent>
</body>
09-28-2015 07:41 AM
You want to do something like:
<body>
<bodyContent xsi:type="java:com.webex.service.binding.ep.LstRecording">
<sessionKey>MEETING KEY</sessionKey>
</bodyContent>
</body>
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