UI and Error Handling Fixes in The Desktop Recording Client
Fix
AAlexandru
After finishing a recording, when autosave was on, the “Saving…” message only appeared for a split second. It now appears the whole time between “Uploading…100%” and “Saved”, providing continuous feedback for the upload and save process in the UI.
In response to recent findings, it has been identified that errors sent by the server are not only of type Object, but also or type string. To accommodate this change, we have updated the error handling process to correctly display the error message in both cases.