New download button in the desktop recorder; timer bug fix.
New FixWe introduced a new download button in the bottom menu of the desktop recorder delivered using the 2.0 embed code. By default, the button is visible, allowing users to download the current recording locally, even if it is not fully uploaded to the server. The button can be hidden by setting the HTML embed code option
pipe-downloadbtnor the JS embed code optiondownloadbtnto0. There’s also a newdownload()function in the 2.0 JS Control API.Previously, a minor issue existed where the timer at the top did not reset to 0 immediately after initiating a second recording. It momentarily displayed the duration of the previous recording before updating to 1 second. This bug has been successfully fixed, and now the timer’s value immediately resets to “00:00” the moment a new recording is started.