@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.39.1-beta.1 to 1.39.1-beta.2
@@ -108,2 +108,7 @@ export interface RTCPeerConnectionInformation { | ||
export type StateListener = (event: IStateEvent) => any; | ||
export interface IBackoff { | ||
reset: () => void; | ||
next: () => number; | ||
readonly delayMs: number; | ||
} | ||
export {}; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.39.1-beta.1"; | ||
declare const _default: "1.39.1-beta.2"; | ||
export default _default; |
@@ -13,2 +13,3 @@ import { ISocketService, ISocketTrace, ISocketConnectOptions } from "./interfaces"; | ||
private signalsBuffer; | ||
private reconnectId; | ||
constructor(options?: { | ||
@@ -15,0 +16,0 @@ splitChannels?: boolean; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.39.1-beta.1", | ||
"version": "1.39.1-beta.2", | ||
"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-2 (Jan 26, 2024) | ||
- use an exponential backoff when trying to reconnect to the server | ||
### 1.39.1.beta-1 (Jan 24, 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
593130
15
1466
545