@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.36.2 to 1.36.3
@@ -40,2 +40,3 @@ export interface RTCPeerConnectionInformation { | ||
collectionInterval?: number; | ||
logGetStats?: boolean; | ||
} | ||
@@ -42,0 +43,0 @@ export declare type Rating = 1 | 2 | 3 | 4 | 5; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.36.2"; | ||
declare const _default: "1.36.3"; | ||
export default _default; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.36.2", | ||
"version": "1.36.3", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -40,2 +40,2 @@ "main": "lib/index.js", | ||
} | ||
} | ||
} |
@@ -289,2 +289,7 @@ # watchRTC JS SDK | ||
### 1.36.3 (Apr 5, 2023) | ||
- removed `getStats` logs in debug mode to reduce resources usage | ||
- added `logGetStats` configuration property to enable `getStats` logs if needed | ||
### 1.36.2 (Feb 21, 2023) | ||
@@ -291,0 +296,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
537395
1361
448