webrtc-test-suite
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "webrtc-test-suite", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:theanam/webrtc-test-suite.git", |
@@ -37,3 +37,3 @@ # Real life Capability testing and utilities for WebRTC. | ||
```html | ||
<script src="https://unpkg.com/webrtc-test-suite@1.2.5/dist/index.js"></script> | ||
<script src="https://unpkg.com/webrtc-test-suite@1.2.6/dist/index.js"></script> | ||
``` | ||
@@ -107,3 +107,3 @@ Yoou will get a global object called: `_rtc`. And you can access all the functionalities from that object. | ||
``` | ||
> A point to note here: The current API does not give a count of video output devices, so the count will always be 0. The value is put there just for aesthetics. Besides, if you can see the output on your display, You definitely have at least one video output, so nothing to freak out 🤞🏼 | ||
> A point to note here: The current API does not give a count of video output devices In some cases doesn't give count for audio output devices too, so these counts will be 0 most of the time. The value is put there just for aesthetics. Besides, if you can see the output on your display, You definitely have at least one video output, so nothing to freak out 🤞🏼 | ||
@@ -110,0 +110,0 @@ |
@@ -25,3 +25,3 @@ import _rtc from "../index"; | ||
loading(_cd,"Counting devices"); | ||
_rtc.countDevies(true).then(l=>yes(_cd,`You have ${l.audio.in} audio input, ${l.audio.out} audio output, ${l.video.in} video input`)).catch(e=>no(_cd,"Could not count hardware")); | ||
_rtc.countDevies(true).then(l=>yes(_cd,`You have ${l.audio.in} audio input, ${l.video.in} video input`)).catch(e=>no(_cd,"Could not count hardware")); | ||
let um = $(".usermedia"); | ||
@@ -28,0 +28,0 @@ loading(um,"Testing getUserMedia"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
595822
23
685
6