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.5 to 1.2.6

test-dist/app.46b2e248.js

2

package.json
{
"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

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