Open DubHunt opened 7 years ago
At first glace I see 'status' is reporting 0 (not ready) in the Android result. We have seen that it can take longer for Android videos to be processed completely, but usually not much. Do you know if the status eventually returns 1 (ready)?
I don't know for certain, but the video does later appear in my library, so I assume so. I didn't notice the status. I assumed that the callback would be invoked when the video was ready and available. Does this mean I'm going to have to handle that case in the success
callback and poll until status is 1?
Typically the video will be ready immediately, however, in the case the status does not come back as Ready (1), it's best to fallback to polling, for which there is a getVideoStatus method (which seems to not be documented). We are looking into this issue although will likely be next week until we have anything further.
Gotcha. Thanks for the responses.
So, we've noticed that the argument passed to the callback we provide to
saveRecordedVideo
does not contain any usablevideo_url
s or ashort_url
when the video is recorded on an Android phone or iPhone even though success is indicated. Is this a known issue?Here is what is passed when using Chrome on a desktop:
And here is the what is passed when video is recorded on a Nexus 5X Android 7.1.2 Chrome 57.0.2987.132
Let me know if there is any more info you need. Thanks.