@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.38.3-beta.2 to 1.39.1-beta.1
@@ -46,2 +46,3 @@ export interface RTCPeerConnectionInformation { | ||
logLevel?: "silent" | "debug" | "info" | "error"; | ||
splitChannels?: boolean; | ||
} | ||
@@ -48,0 +49,0 @@ export type Rating = 1 | 2 | 3 | 4 | 5; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.38.3-beta.2"; | ||
declare const _default: "1.39.1-beta.1"; | ||
export default _default; |
@@ -11,3 +11,7 @@ import { ISocketService, ISocketTrace, ISocketConnectOptions } from "./interfaces"; | ||
private sendPromises; | ||
constructor(); | ||
private splitChannels; | ||
private signalsBuffer; | ||
constructor(options?: { | ||
splitChannels?: boolean; | ||
}); | ||
connect({ url, onData, onError, onOpen, onClose, options }: ISocketConnectOptions): void; | ||
@@ -14,0 +18,0 @@ trace: ISocketTrace; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.38.3-beta.2", | ||
"version": "1.39.1-beta.1", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -299,2 +299,6 @@ # watchRTC JS SDK | ||
### 1.39.1.beta-1 (Jan 24, 2024) | ||
- add "data channels" mechanism too improve analyzing performance | ||
### 1.38.3.beta-2 (Jan 18, 2024) | ||
@@ -301,0 +305,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
588245
14
1447
541