@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.41.1-beta.5 to 1.41.1-beta.6
import { IEvent, ISocketTrace, IWatchRTCConfiguration, IWatchrtcIdentifiers, Rating, RTCPeerConnectionInformation, TestRTCCompanionInfo, TestRTCCompanionStats } from "./interfaces"; | ||
export declare const TESTRTC_COMPANION_STATS_TIMEOUT = 2000; | ||
type ConfigLogLevel = Required<IWatchRTCConfiguration>["logLevel"]; | ||
@@ -3,0 +4,0 @@ type LogLevel = Exclude<ConfigLogLevel, "silent">; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.41.1-beta.5"; | ||
declare const _default: "1.41.1-beta.6"; | ||
export default _default; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.41.1-beta.5", | ||
"version": "1.41.1-beta.6", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -339,2 +339,8 @@ # watchRTC JS SDK | ||
### 1.41.1-beta.6 (Oct 23, 2024) | ||
- Better detection of cases where several input or output devices are added or removed in a simulated manner | ||
- Fix TestRTC Companion timeouts. | ||
- Fix error reporting if websocket connection can not be established | ||
### 1.41.1-beta.5 (Oct 16, 2024) | ||
@@ -341,0 +347,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
667352
1648
713