muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.58k stars 1.76k forks source link

Deactivate autoplay when recording stopped #644

Open umargarga opened 4 years ago

umargarga commented 4 years ago

Hi, thanks for this amazing library. I was able to record the audio with the screen. But, I don't want the video/audio played when the recording stopped. I tried adding the autoplay false, yet it didn't yield out any result.

Kindly help, please.