@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.39.1 to 1.39.2-beta.1
@@ -6,2 +6,4 @@ import { IBackoff } from "./interfaces"; | ||
private numRetries; | ||
private timerId; | ||
private waiting; | ||
constructor(); | ||
@@ -13,2 +15,5 @@ get delayMs(): number; | ||
get MAX_RETRIES_FOR_FIRST_CONNECTION(): number; | ||
wait(timerId: any): void; | ||
unWait(forceCleaningTimer: boolean): void; | ||
get isWaiting(): boolean; | ||
} |
@@ -117,2 +117,5 @@ export interface RTCPeerConnectionInformation { | ||
next: () => number; | ||
wait: (timerId: any) => void; | ||
unWait: (forceCleaningTimer: boolean) => void; | ||
readonly isWaiting: boolean; | ||
readonly delayMs: number; | ||
@@ -119,0 +122,0 @@ readonly attempts: number; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.39.1"; | ||
declare const _default: "1.39.2-beta.1"; | ||
export default _default; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.39.1", | ||
"version": "1.39.2-beta.1", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -308,2 +308,6 @@ # watchRTC JS SDK | ||
### 1.39.2.beta-1 (May 17, 2024) | ||
- When reconnecting, avoid starting extra reconnection attempts for new peer-connections or when the peer-connections state changes. | ||
### 1.39.1 (May 8, 2024) | ||
@@ -310,0 +314,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
605635
1490
616
2