@webex/rtcstats
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26092
479