@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.39.1-beta.5 to 1.39.1-beta.6
@@ -59,3 +59,4 @@ export interface RTCPeerConnectionInformation { | ||
export interface IHttpService { | ||
trace(url: string, projectId?: string, rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{ | ||
trace(url: string, sessionId: string, projectId?: string, // projectID or apiKey | ||
rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{ | ||
error?: string; | ||
@@ -62,0 +63,0 @@ }>; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.39.1-beta.5"; | ||
declare const _default: "1.39.1-beta.6"; | ||
export default _default; |
@@ -5,5 +5,5 @@ import { IHttpService } from "./interfaces"; | ||
constructor(); | ||
trace(url: string, projectId?: string, rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{} | { | ||
trace(url: string, sessionId: string, projectId?: string, rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{} | { | ||
error: any; | ||
}>; | ||
} |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.39.1-beta.5", | ||
"version": "1.39.1-beta.6", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
598736
1472