Please note we are using tokbox for video recording.
Sometimes it works fine but sometime it give errors, there are two types of errors we get..
Archive Not Found
Invalid URI (Invalid URI: The format of the URI could not be determined) error we get.
If we try to check the archive id from browser at http://digitaltsai.com/ot/tester/ as written in http://tokbox.com/forums/archiving/archive-not-found-t9580 we get the archive.
But when i try to get archive by code
response = webRequest.GetResponse().GetResponseStream(); , major times I get errors...
Below is the XML we are getting.
<Errors>
<error code="404">
<itemNotFound message="Archive 8e7db9c9-6d31-4f57-8bd1-bd3bdf7fea8b not found" />
</error>
</Errors>
Please help us to resolve the issue asap, since my portal is already live and facing major issues because of it.