@huddle01/observer-client-sdk
Advanced tools
Comparing version 0.11.1-0 to 0.11.1-9b168a2.0
@@ -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
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
173223
3590