Raúl
Raúl
Still getting this same error when using 'new RecordRTCPromisesHandler' Adding 'return state' as @hilltopmediadesign suggested hasn't worked for me.
I'm facing the same error on Chrome/iOS, using the recordRTC lib. So it looks as if this remains unresolved yet.
> My solution for NextJS was to load jimp and import from window, similar approach from the issue's text but not using the library for the browser (it was giving...
> I got Jimp working in the browser/webworker/node/... with this ugly hack: > > ES6: > > ```js > // For some reason, Jimp attaches to self, even in Node....
It seems like there's no solution for this yet, is there?
So, is using ffmpeg still the only workaround for this problem? The feature I'm currently working in is kinda supposed to be frontend only, so I guess I'd have to...
@kamal-choudhary Yep, that solution of yours still wouldn't work on Safari, which is the issue I am currently facing.