Comparing version 5.4.3 to 5.4.4
{ | ||
"name": "recordrtc", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ { |
{ | ||
"name": "recordrtc", | ||
"preferGlobal": false, | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Muaz Khan", |
@@ -233,4 +233,4 @@ # RecordRTC: WebRTC JavaScript Library for Audio+Video+Screen Recording | ||
```html | ||
<!-- use 5.4.3 or any other version --> | ||
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.4.3/RecordRTC.js"></script> | ||
<!-- use 5.4.4 or any other version --> | ||
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.4.4/RecordRTC.js"></script> | ||
``` | ||
@@ -1091,2 +1091,12 @@ | ||
## `destroy` | ||
Destroy all internal recorders. Clear memory and ask RecordRTC to stop doing anything internally: | ||
```javascript | ||
recorder.destroy(); | ||
``` | ||
Note: You can use this method anytime, anywhere; even during recording a stream. | ||
## Promises | ||
@@ -1093,0 +1103,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
373677
4921
1200