@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.39.2-beta.1 to 1.39.2-beta.2
@@ -55,2 +55,8 @@ import "./types"; | ||
export declare const mapTrack: (id: string, name: string) => void; | ||
/** | ||
* Map peer connection with a human-readable name | ||
* @param pc Peer connection object | ||
* @param displayName The human-readable name | ||
*/ | ||
export declare const mapPC: (pc: any, displayName: string) => void; | ||
export declare const connect: () => void; | ||
@@ -57,0 +63,0 @@ export declare const disconnect: () => void; |
@@ -30,2 +30,3 @@ import { IEvent, IStatsCallback, IWatchRTCConfiguration, IWatchRTCInitServices, Rating, StateListener } from "./interfaces"; | ||
export declare const mapTrack: (id: string, name: string) => void; | ||
export declare const mapPC: (pc: any, displayName: string) => void; | ||
export declare const connect: () => void; | ||
@@ -32,0 +33,0 @@ export declare const disconnect: () => void; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.39.2-beta.1"; | ||
declare const _default: "1.39.2-beta.2"; | ||
export default _default; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.39.2-beta.1", | ||
"version": "1.39.2-beta.2", | ||
"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-2 (May 27, 2024) | ||
- add `mapPC` function to map peer connection to human-readable names. | ||
### 1.39.2.beta-1 (May 17, 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
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
607686
1498
620