@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.40.1-beta.4 to 1.40.1-beta.5
@@ -22,2 +22,5 @@ import { IEvent, ISocketTrace, IWatchRTCConfiguration, IWatchrtcIdentifiers, Rating, RTCPeerConnectionInformation } from "./interfaces"; | ||
}) => number; | ||
export declare const existingOtherValidConnection: (openChannels: { | ||
[id: string]: RTCPeerConnectionInformation; | ||
}, id: string) => boolean; | ||
export declare const isRoomIdOrPeerIdChanged: (watchrtcIdentifiers: IWatchrtcIdentifiers, watchrtcConfig: IWatchRTCConfiguration) => boolean; | ||
@@ -24,0 +27,0 @@ export declare const validateRating: (rating: Rating) => boolean; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.40.1-beta.4"; | ||
declare const _default: "1.40.1-beta.5"; | ||
export default _default; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.40.1-beta.4", | ||
"version": "1.40.1-beta.5", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build-prod": "yarn run lint && yarn build-version && webpack --mode production", | ||
"build-prod": "export NODE_OPTIONS=--openssl-legacy-provider && yarn run lint && yarn build-version && webpack --mode production", | ||
"build-dev": "export NODE_OPTIONS=--openssl-legacy-provider && yarn build-version && webpack --mode development", | ||
@@ -14,0 +14,0 @@ "build-version": "ts-node build-version.ts", |
@@ -339,2 +339,7 @@ # watchRTC JS SDK | ||
### 1.40.1.beta-5 (July 03, 2024) | ||
- Avoid reconnecting to the server when there are several peer-connections locally. Don't trigger a new connection to the server for closed peer-connections. | ||
- Fix internal track listener for incoming tracks that prevented the peer-connection from being released properly. | ||
### 1.40.1.beta-4 (Jun 13, 2024) | ||
@@ -341,0 +346,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
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
615299
1506
672