@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.34.1-beta.10 to 1.34.1-beta.11
import { IEvent, ISocketTrace, IWatchRTCConfiguration, IWatchrtcIdentifiers, Rating, RTCPeerConnectionInformation } from "./interfaces"; | ||
export declare const logPrefix: (type?: "error" | "info") => string[]; | ||
export declare const debugLog: (getDebugStatus: () => boolean, prefix: "info" | "error", message: string, object?: Object | undefined) => void; | ||
export declare const deltaCompression: (oldStats: any, newStats: any) => any; | ||
export declare const deltaCompression: (oldStats: any, newStats: any, debug: boolean) => any; | ||
export declare const mangleChromeStats: (pc: any, response: any) => any; | ||
@@ -6,0 +6,0 @@ export declare const map2obj: (m: any) => any; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.34.1-beta.10"; | ||
declare const _default: "1.34.1-beta.11"; | ||
export default _default; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.34.1-beta.10", | ||
"version": "1.34.1-beta.11", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
461423
1255