Skip to content

RecordRTC v5.3.0

Compare
Choose a tag to compare
@muaz-khan muaz-khan released this 26 Feb 08:57
· 316 commits to master since this release

Relevant commit: 3a2276e

Now MRecordRTC can NOT only pass mimeType but also StereoAudioRecorder/MediaStreamRecorder.

recorder.mediaType = {
   audio: StereoAudioRecorder,
   video: MediaStreamRecorder
};

// mimeType is optional and should be set only in advance cases.
recorder.mimeType = {
    audio: 'audio/wav',
    video: 'video/webm',
    gif:   'image/gif'
};