webrtc-test-suite
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "webrtc-test-suite", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:theanam/webrtc-test-suite.git", |
@@ -35,3 +35,3 @@ # Real life Capability testing and utilities for WebRTC. | ||
```html | ||
<script src="https://unpkg.com/webrtc-test-suite@1.2.1/dist/index.js"></script> | ||
<script src="https://unpkg.com/webrtc-test-suite@1.2.3/dist/index.js"></script> | ||
``` | ||
@@ -84,4 +84,5 @@ Yoou will get a global object called: `_rtc`. And you can access all the functionalities from that object. | ||
> Make sure the file you supplied isn't too large >2mb and also make sure the file is CORS enabled (has `access-control-allow-origin` header); | ||
> Make sure the file you supplied isn't too large `>2mb` and also make sure the file is CORS enabled (has `access-control-allow-origin` header); | ||
**Please note:** The users's *actual* internet speed and speed measured here can be different. This measures internet speed between the user's computer and the server the file was in and can be affected by a lot of factors. In my testing roughly `~1mbps` speed was enough for a smooth video call. | ||
@@ -88,0 +89,0 @@ ### 4. `countDevies` and `countDeviesSilent`: |
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
88029
170