Comparing version 5.5.5 to 5.5.6
{ | ||
"name": "recordrtc", | ||
"version": "5.5.4", | ||
"version": "5.5.6", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ { |
{ | ||
"name": "recordrtc", | ||
"preferGlobal": false, | ||
"version": "5.5.5", | ||
"version": "5.5.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Muaz Khan", |
@@ -74,5 +74,8 @@ # RecordRTC.js | [Live Demo](https://www.webrtc-experiment.com/RecordRTC/) | ||
```html | ||
<!-- use 5.5.3 or any other version on cdnjs --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.3/RecordRTC.js"></script> | ||
<!-- recommended --> | ||
<script src="https://www.WebRTC-Experiment.com/RecordRTC.js"></script> | ||
<!-- use 5.5.6 or any other version on cdnjs --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.6/RecordRTC.js"></script> | ||
<!-- NPM i.e. "npm install recordrtc" --> | ||
@@ -83,5 +86,2 @@ <script src="node_modules/recordrtc/RecordRTC.js"></script> | ||
<script src="bower_components/recordrtc/RecordRTC.js"></script> | ||
<!-- it is using github-pages hosting behind the scene --> | ||
<script src="https://www.WebRTC-Experiment.com/RecordRTC.js"></script> | ||
``` | ||
@@ -177,3 +177,6 @@ | ||
// used by WebAssemblyRecorder | ||
bitrate: 128000 | ||
bitrate: 128000, | ||
// used by MultiStreamRecorder - to access HTMLCanvasElement | ||
elementClass: 'multi-streams-mixer' | ||
}); | ||
@@ -180,0 +183,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
370475
5376
357