webrtc-test-suite
Advanced tools
Comparing version 1.0.1 to 1.0.2
import checkPeerConnection from "./checks/peerConnection"; | ||
import checkMediaCapture from "./checks/mediaCapture"; | ||
import checkInternetSpeed from "./checks/internet"; | ||
let _RTCTest = { | ||
@@ -5,0 +6,0 @@ checkPeerConnection, |
{ | ||
"name": "webrtc-test-suite", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:theanam/webrtc-test-suite.git", |
@@ -19,3 +19,3 @@ # webrtc-test-suite | ||
```html | ||
<script src="https://unpkg.com/webrtc-test-suite@1.0.1/dist/index.js"></script> | ||
<script src="https://unpkg.com/webrtc-test-suite@1.0.2/dist/index.js"></script> | ||
``` | ||
@@ -34,5 +34,7 @@ Yoou will get a global object called: `_RTCTest` | ||
``` | ||
## A better documentation and npm package comming soon | ||
## A better documentation is comming soon | ||
*** | ||
This package is released under the MIT license, feel free to contribute. | ||
made with 🖤 and JavaScript. |
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
75528
38