tchvu3 / capacitor-voice-recorder

Capacitor plugin for voice recording
69 stars 57 forks source link

When web will be supported #11

Closed Aarbel closed 2 years ago

Aarbel commented 2 years ago

Thanks a lot for this plugin !

When do you plan to support web apis for voice record ?

tchvu3 commented 2 years ago

Hey there. when I wrote this plugin originally, there were some annoying inconsistencies between browsers (especially Safari). and since I wanted to make sure The plugin works at least on Chrome, Firefox and Safari I decided to postpone the implementation until the API will be stabilized. Soon I will add web implementation as It seems the MediaRecorder API is more stable on Safari now

Aarbel commented 2 years ago

Thanks @tchvu3

tchvu3 commented 2 years ago

Sorry it took a bit of time. I have written the web implementation for the plugin while also adding several new functions: pauseRecording, resumeRecording and getCurrentStatus. I would really appreciate your feedback if you'll have a chance to try it and let me know if you find any bug.

I will add now the implementation of the new functions to ios and android.

Aarbel commented 2 years ago

Thanks a lot @tchvu3, will try it soon