Matheus Costa

Results 7 comments of Matheus Costa

Even using `stopStreamsOnStop: true` isn't working for me. My settings: ``` const { startRecording, stopRecording } = useReactMediaRecorder({ audio: true, video: false, askPermissionOnMount: true, stopStreamsOnStop: true, blobPropertyBag: { type: 'audio/webm',...

Fixed. Removing `askPermissionOnMount: true` gets rid of the icon.

Hey guys, any updates on this? Would love to have TS support

Any updates on this?

I'm having this issue. My Angular application loads perfectly, but to login with facebook the user has to refresh the page a few times. Any solution?

Just experienced this while trying to implement compression using `mapResponse`.