Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Shortly after creating a WebEx cloud recording, I can view it in the WebEx Meetings GUI. However, I cannot access the recording from the XML API's `lstRecording` call for hours later. Last time I tried, there was a 7 hour delay between when the recor...
I'm downloading WebEx recordings via the NBR API's DownloadNBRStorageFile call. However, it appears there is no option to stream the response -- instead it returns the entire recording and the other xml data at once. I have some very large recordings...
I was wrong -- the delay wasn't due to WebEx slowness. I wasn't handling time zones correctly, so what appeared to be a 7-hr delay was just the time zone offset from my local time to UTC. Oops!