Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@huddle01/observer-client-sdk

Package Overview
Dependencies
Maintainers
0
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/observer-client-sdk - npm Package Compare versions

Comparing version 0.11.1-0 to 0.11.1-9b168a2.0

4

lib/ObserverClient.js

@@ -107,4 +107,4 @@ "use strict";

const { callId, clientId, } = options;
if (this._dataStreams.has(callId)) {
const dataFramePromise = this._dataStreams.get(callId);
if (this._dataStreams.has(clientId)) {
const dataFramePromise = this._dataStreams.get(clientId);
if (dataFramePromise)

@@ -111,0 +111,0 @@ return dataFramePromise;

@@ -154,2 +154,3 @@ "use strict";

}
console.warn('sending request', pendingRequest.request);
this._pendingRequests.set(pendingRequest.request.requestId, pendingRequest);

@@ -156,0 +157,0 @@ this._socket?.send(this._codec.encode(pendingRequest.request));

{
"name": "@huddle01/observer-client-sdk",
"version": "0.11.1-0",
"version": "0.11.1-9b168a2.0",
"description": "ObserverClient SDK",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -81,3 +81,3 @@ Observer Client SDK

- `callId`: Unique identifier of the call.
**createClientSnapshotsFrame(options: { callId: string, clientId: string }): Promise<DataFrame<ClientSnapshot>>**

@@ -84,0 +84,0 @@ - Creates a data frame for tracking snapshots of a specific client within a call.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc