Skip to content

RecordRTC v5.2.0

Compare
Choose a tag to compare
@muaz-khan muaz-khan released this 04 Oct 07:12
· 349 commits to master since this release

Added support for MediaRecorder API in Chrome.

Currently requires:

var recorder = RecordRTC(stream, {
    recorderType: MediaStreamRecorder
});

Ref commit: 565347c