Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webrtc-test-suite

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-test-suite - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

package.json
{
"name": "webrtc-test-suite",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",

@@ -11,3 +11,3 @@ "repository": "git@github.com:theanam/webrtc-test-suite.git",

"webrtc",
"testing",
"feature testing",
"browser compatibility",

@@ -14,0 +14,0 @@ "getusermedia",

@@ -1,4 +0,13 @@

# webrtc-test-suite
Real life WebRTC capability testing and utilities.
# Real life Capability testing and utilities for WebRTC.
this package tests webRTC capabilities by trying to use the webRTC functionalities. This also packs some utilities to make developer's live easier while making webRTC tools.
## What It's not:
This is not a replacement of [Modernizr](https://modernizr.com/) or similar tools. This will not check if a feature is supported by the browser. For example a browser might have support for `getUserMedia`. Which Modernizr or similar tool will find out. But having support for `getUserMedia` does not mean that the user is guaranteed to access the feature. Maybe the user does not have a webcam, or the user's audio input device might be broken.
Or in a different scenario, maybe the users's firewall will block any Peer connection and you need to know if the user's internet connection supports peer connection.
this package will help you test for these real life scenarios in your webRTC application.
> Please include the [webRTC Adapter](https://www.npmjs.com/package/webrtc-adapter) package in your project. This plugin tries to cover most of the variations of the API but adapter covers almost all of it.
## Installation:

@@ -19,3 +28,3 @@

```html
<script src="https://unpkg.com/webrtc-test-suite@1.2.0/dist/index.js"></script>
<script src="https://unpkg.com/webrtc-test-suite@1.2.1/dist/index.js"></script>
```

@@ -22,0 +31,0 @@ Yoou will get a global object called: `_rtc`. And you can access all the functionalities from that object.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc