Features:
- Use for audio and video recording
- can do screen sharing
- has decibel meter every time user speaks,
- detects when user stops
- has audio record download functionality
- video and audio recording is in BinaryData, Base64, objectURL which can be utilize in your app
- easily integrate your device's camera and microphone
Component that utilizes:
- RecordRTC : https://github.com/muaz-khan/RecordRTC/blob/master/index.html
- webRTC
- fixed the issue when the StopAudioRecord client action is not returning the recording. Thanks Sven Ammerlahn for raising this and allowing the component to be better
- fixed the issue on interval (for decibel meter) not being cleared even when the audio recording was already stopped.
- fixed the UI in browser tab record demo
- fixed the video recording when user starts video then replays the recording multiple times