@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.38.1-beta.2 to 1.38.1-beta.3
@@ -86,3 +86,3 @@ export interface RTCPeerConnectionInformation { | ||
export interface ISocketService { | ||
connection: WebSocket | null; | ||
connection: any | null; | ||
wasConnected: boolean; | ||
@@ -89,0 +89,0 @@ buffer: any[]; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.38.1-beta.2"; | ||
declare const _default: "1.38.1-beta.3"; | ||
export default _default; |
import { ISocketService, ISocketTrace, ISocketConnectOptions } from "./interfaces"; | ||
export default class WatchRTCSocket implements ISocketService { | ||
static _instance: WatchRTCSocket; | ||
connection: WebSocket | null; | ||
connection: any | null; | ||
wasConnected: boolean; | ||
@@ -6,0 +6,0 @@ buffer: any[]; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.38.1-beta.2", | ||
"version": "1.38.1-beta.3", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -16,3 +16,4 @@ "main": "lib/index.js", | ||
"prepare": "yarn run build-prod", | ||
"publish-qrtc": "npm run build-dev && (cd qualityrtc-sdk && npm run build-dev && npm run publish-beta)", | ||
"publish-qrtc-unpkg-not-used": "npm run build-dev && (cd qualityrtc-sdk && npm run build-dev && npm run publish-beta)", | ||
"publish-qrtc": "npm run build-dev && (cd qualityrtc-sdk && npm run build-dev)", | ||
"publish-npm": "npm publish", | ||
@@ -19,0 +20,0 @@ "publish-beta": "npm publish --tag beta" |
@@ -55,3 +55,3 @@ # watchRTC JS SDK | ||
```html | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
@@ -311,4 +311,6 @@ <head> | ||
### 1.38.0 (unreleased) | ||
### 1.38.1.beta-3 (Dec 6, 2023) | ||
- added server side compatibility. | ||
- fixed statsListener to allow passing `null` to remove the callback | ||
@@ -315,0 +317,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
567224
1405
521
4