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 ) ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You want to do something like:
<body>
<bodyContent xsi:type="java:com.webex.service.binding.ep.LstRecording">
<sessionKey>MEETING KEY</sessionKey>
</bodyContent>
</body>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.