Skip to content

Commit

Permalink
Fixed #463 Release v5.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Dec 12, 2018
1 parent 91a2a20 commit 922ec58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RecordRTC.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// Last time updated: 2018-10-12 2:39:08 AM UTC
// Last time updated: 2018-12-12 7:50:08 AM UTC

// ________________
// RecordRTC v5.4.9
Expand Down Expand Up @@ -3265,7 +3265,7 @@ function CanvasRecorder(htmlElement, config) {
// Note: Jan 18, 2016 status is that,
// Firefox MediaRecorder API can't record CanvasCaptureMediaStream object.
mediaStreamRecorder = new MediaStreamRecorder(canvasMediaStream, {
mimeType: 'video/webm'
mimeType: config.mimeType || 'video/webm'
});
mediaStreamRecorder.record();
} else {
Expand Down

0 comments on commit 922ec58

Please sign in to comment.