Skip to content

Commit

Permalink
grunt #391
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Jun 17, 2018
1 parent 3b49cc6 commit fc36536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions RecordRTC.js
@@ -1,6 +1,6 @@
'use strict';

// Last time updated: 2018-05-22 6:07:01 PM UTC
// Last time updated: 2018-06-17 2:39:19 AM UTC

// ________________
// RecordRTC v5.4.7
Expand Down Expand Up @@ -1027,14 +1027,14 @@ function GetRecorderType(mediaStream, config) {
}
}

if (config.recorderType) {
recorder = config.recorderType;
}

if (mediaStream instanceof Array && mediaStream.length) {
recorder = MultiStreamRecorder;
}

if (config.recorderType) {
recorder = config.recorderType;
}

if (!config.disableLogs && !!recorder && !!recorder.name) {
console.log('Using recorderType:', recorder.name || recorder.constructor.name);
}
Expand Down

0 comments on commit fc36536

Please sign in to comment.