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

@webex/rtcstats

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/rtcstats - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

3

dist/rtcstats.d.ts

@@ -13,2 +13,3 @@ /**

};
export type LoggerCallback = (logData: LogData) => void;
/**

@@ -22,4 +23,4 @@ * Attach a Peer Connection to periodically get updated on events and stats.

*/
export declare const rtcStats: (pc: RTCPeerConnection, logger: (logData: LogData) => void, intervalTime: number, statsPreProcessor?: (statsReport: Map<string, unknown>) => Promise<void>) => {
export declare const rtcStats: (pc: RTCPeerConnection, logger: LoggerCallback, intervalTime: number, statsPreProcessor?: (statsReport: Map<string, unknown>) => Promise<void>) => {
forceStatsReport: () => void;
};
{
"name": "@webex/rtcstats",
"version": "1.3.2",
"version": "1.3.3",
"main": "dist/rtcstats.js",

@@ -5,0 +5,0 @@ "types": "dist/rtcstats.d.ts",

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