Is there an Alternative for the MediaRecorder API for Safari and IE?

Viewed 1561

Media record API alternative for Safari

This question has been asked before on StackOverflow, but it was not ever answered, properly nor did it list any alternatives.

Are there any alternatives to the MediaRecorder API for Safari and Internet Explorer. I'm looking to capture recorded audio without using any server. I want to be able to manipulate, store, and save data on the client-side.

1 Answers

As on Dec 17th 2020,Safari supports MediaRecorder API as an experimental Feature. To enable it,you need to follow these steps

Go to Settings → Safari → Advanced → Experimental Features → Enable MediaRecorder

Related