Hi,
I use UserMedia for video recording, I received a "blob url" (blob:https://) when I used UserMedia.CanvasRecordingURL expression.
I need to a base64 string, so How do I Convert blob url to base64?
I found solve here https://stackoverflow.com/questions/186 ... -to-base64 but I dont know how to execute javascript in C2