webrtc-test-suite
Testing suite for Real life webRTC capability testing
this is a work in progress
How to use:
To install the package use this command:
yarn add webrtc-test-suite
Include it in the project and you will get a global object _RTCTest
.
If you are using a module bundler, you can import it with:
import _test from "webrtc-test-suite";
All the check functions return a promise, or optionally you can supply a callback function as well.
checkPeerConnection(iceConfiguration,verbose[boolean],callback)
checkMediaCapture(mediaConstraints,verbose[boolean],callback)
checkInternetSpeed(testDownload,verbose[boolean],callback)
A better documentation and npm package comming soon
made with 🖤 and JavaScript.