Skip to content

Commit 60da3b7

Browse files
committed
Released [email protected] Merged & closed #128
1 parent 56a7afb commit 60da3b7

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ bower install recordrtc
136136
You can even link specific [releases](https://github.com/muaz-khan/RecordRTC/releases):
137137

138138
```html
139-
<!-- use 5.3.6 or any other version -->
140-
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.3.6/RecordRTC.js"></script>
139+
<!-- use 5.3.7 or any other version -->
140+
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.3.76/RecordRTC.js"></script>
141141
```
142142

143143
## How to capture stream?

RecordRTC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// Last time updated: 2016-05-11 11:37:50 AM UTC
3+
// Last time updated: 2016-05-19 7:33:42 AM UTC
44

55
// Open-Sourced: https://github.com/muaz-khan/RecordRTC
66

RecordRTC.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recordrtc",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
44
"authors": [
55
{
66
"name": "Muaz Khan",

dev/RecordRTC.promises.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ function RecordRTCPromisesHandler(mediaStream, options) {
4949

5050
this.blob = null;
5151
}
52+
53+
if (typeof RecordRTC !== 'undefined') {
54+
RecordRTC.RecordRTCPromisesHandler = RecordRTCPromisesHandler;
55+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recordrtc",
33
"preferGlobal": false,
4-
"version": "5.3.6",
4+
"version": "5.3.7",
55
"author": {
66
"name": "Muaz Khan",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)