Tags: muaz-khan/RecordRTC
Tags
#615, @thijstriemstra plz test on firefox, still using TRY-CATCH though https://www.webrtc-experiment.com/RecordRTC/simple-demos/WebAssemblyRecorder.html @thijstriemstra Should we revert PR #615?
Fixed #530 - Now you can pass "elementClass" parameter. let recorder = RecordRTC([streams], { type: 'video', elementClass: 'your-custom-class' }); Now you can access <canvas> element anytime using this: document.querySelector('.your-custom-class').style.opacity = 0;
PreviousNext