5.5.9 is latest relase (trusting on PRs. I didn't test iOS/etc. myself, though)
Please check this commit for more info: 0d617d0
5.5.8 is latest release.
RecordRTCPromisesHandler
now supports getState, getInternalRecorder, destroy, reset and many other functions.
5.5.6 is latest release.
let recorder = RecordRTC([streams], {
type: 'video',
elementClass: 'your-custom-class'
});
Now you can access element anytime using this:
document.querySelector('.your-custom-class').style.opacity = 0;