Tags: baechirhoon/RecordRTC
Tags
muaz-khan#615, @thijstriemstra plz test on firefox, still using TRY-C… …ATCH though https://www.webrtc-experiment.com/RecordRTC/simple-demos/WebAssemblyRecorder.html @thijstriemstra Should we revert PR muaz-khan#615?
Fixed muaz-khan#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;
Fixed muaz-khan#529 use this: require('recordrtc').getSeekableBlob; let RecordRTC = require('recordrtc'); RecordRTC.getSeekableBlob(originalBlob, callback);
PreviousNext