Upload Progress in the JavaScript Events API
NewNow you can further integrate Pipe by tracking the upload percentage.
We’ve added a new event API that tracks the upload progress of the desktop HTML recorder, mobile native recorder, and the direct desktop upload.
The event functions are named as follows:
onUploadProgressfor the desktop HTML5 recorderonVideoUploadProgressfor the mobile native recorderonDesktopVideoUploadProgressfor the direct desktop upload
For further details read the updated documentation for JavaScript Events API (Desktop recorder) and JavaScript Events API (Mobile native recorder).
The new event functions are available for both the embed code 2.0 and embed code 1.0.