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

@testrtc/watchrtc-sdk

Package Overview
Dependencies
Maintainers
4
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testrtc/watchrtc-sdk - npm Package Compare versions

Comparing version 1.39.2-beta.1 to 1.39.2-beta.2

6

lib/index.d.ts

@@ -55,2 +55,8 @@ import "./types";

export declare const mapTrack: (id: string, name: string) => void;
/**
* Map peer connection with a human-readable name
* @param pc Peer connection object
* @param displayName The human-readable name
*/
export declare const mapPC: (pc: any, displayName: string) => void;
export declare const connect: () => void;

@@ -57,0 +63,0 @@ export declare const disconnect: () => void;

1

lib/sdk.d.ts

@@ -30,2 +30,3 @@ import { IEvent, IStatsCallback, IWatchRTCConfiguration, IWatchRTCInitServices, Rating, StateListener } from "./interfaces";

export declare const mapTrack: (id: string, name: string) => void;
export declare const mapPC: (pc: any, displayName: string) => void;
export declare const connect: () => void;

@@ -32,0 +33,0 @@ export declare const disconnect: () => void;

2

lib/version.d.ts

@@ -1,2 +0,2 @@

declare const _default: "1.39.2-beta.1";
declare const _default: "1.39.2-beta.2";
export default _default;
{
"name": "@testrtc/watchrtc-sdk",
"version": "1.39.2-beta.1",
"version": "1.39.2-beta.2",
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -308,2 +308,6 @@ # watchRTC JS SDK

### 1.39.2.beta-2 (May 27, 2024)
- add `mapPC` function to map peer connection to human-readable names.
### 1.39.2.beta-1 (May 17, 2024)

@@ -310,0 +314,0 @@

Sorry, the diff of this file is too big to display

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