Comparing version 4.0.5 to 4.0.6
{ | ||
"name": "recordrtc", | ||
"preferGlobal": true, | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Muaz Khan", |
@@ -1,13 +0,5 @@ | ||
// Last time updated at Oct 13, 2014, 08:32:23 | ||
// Last time updated at Oct 23, 2014, 08:32:23 | ||
// updates? | ||
/* | ||
-. onGifPreview added. | ||
-. You can set options.video = HTMLVideoElement; | ||
-. You can get blob directly using "recordRTC.blob" property | ||
-. You can get "ArrayBuffer" as well using "recordRTC.buffer" property | ||
-. You can get "DataView" as well using "recordRTC.view" property | ||
-. You can get "Sample-Rates" using "recordRTC.sampleRate" property | ||
-. You can get "Buffer-Size" using "recordRTC.bufferSize" property | ||
-. if you're recording GIF, you must link: https://cdn.webrtc-experiment.com/gif-recorder.js | ||
@@ -1012,2 +1004,7 @@ */ | ||
this.blob = whammy.compile(); | ||
if(this.blob.forEach) { | ||
this.blob = new Blob([], { | ||
type: 'video/webm' | ||
}); | ||
} | ||
@@ -1014,0 +1011,0 @@ if (callback) callback(this.blob); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69156
1297