Oscar De Gracia Jr
Results
2
issues of
Oscar De Gracia Jr
i'm testing the MultiStreamRecorder.html sample on [electron](http://electron.atom.io/) and it's not firing the multiStreamRecorder.ondataavailable event. ``` multiStreamRecorder.ondataavailable = function(blobs) { appendLink(blobs.audio); appendLink(blobs.video); }; ```
**Summary** Is it possible to get the editor current state or settings so that I can apply the changes again later or process it on server side? **Screenshots** If applicable,...
Question