File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,17 +71,17 @@ navigator.mediaDevices.getUserMedia({
71
71
## CDN
72
72
73
73
``` html
74
- <!-- use 5.5.3 or any other version on cdnjs -->
75
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.3/RecordRTC.js" ></script >
74
+ <!-- recommended -->
75
+ <script src =" https://www.WebRTC-Experiment.com/RecordRTC.js" ></script >
76
+
77
+ <!-- use 5.5.5 or any other version on cdnjs -->
78
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.5/RecordRTC.js" ></script >
76
79
77
80
<!-- NPM i.e. "npm install recordrtc" -->
78
81
<script src =" node_modules/recordrtc/RecordRTC.js" ></script >
79
82
80
83
<!-- bower -->
81
84
<script src =" bower_components/recordrtc/RecordRTC.js" ></script >
82
-
83
- <!-- it is using github-pages hosting behind the scene -->
84
- <script src =" https://www.WebRTC-Experiment.com/RecordRTC.js" ></script >
85
85
```
86
86
87
87
## Configuration
You can’t perform that action at this time.
0 commit comments