I know how to do that download manually.
But still, using api to automatically transport recorded videos from cisco storage server to our own specified server, is kind of hard.
Do anybody know how to use webex api to implement that functionality?
Solved! Go to Solution.
Hello,
The NBR API provides a SOAP method for downloading NBR files programmatically. You can review NBR reference guide at https://developer.cisco.com/site/webex-developer/develop-test/nbr-web-services-api/.
Hello,
The NBR API provides a SOAP method for downloading NBR files programmatically. You can review NBR reference guide at https://developer.cisco.com/site/webex-developer/develop-test/nbr-web-services-api/.
Thank you!
Hi Lin,
I have built a PHP package for NBR API. Please visit this URL for more information GitHub - rsathishtechit/webex: PHP WebEx package for XML and NBR API's.
Let me know if you need any help on this.