@layercode/js-sdk 2.8.0 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -137,6 +137,7 @@ declare class LayercodeClient implements ILayercodeClient {
137
137
  private audioInput;
138
138
  private audioOutput;
139
139
  private AMPLITUDE_MONITORING_SAMPLE_RATE;
140
+ private audioOutputReady;
140
141
  private pushToTalkActive;
141
142
  private pushToTalkEnabled;
142
143
  private canInterrupt;
@@ -181,6 +182,7 @@ declare class LayercodeClient implements ILayercodeClient {
181
182
  * @param {string} status - New status value
182
183
  */
183
184
  private _setStatus;
185
+ private _waitForAudioOutputReady;
184
186
  private _setAgentSpeaking;
185
187
  private _setUserSpeaking;
186
188
  /**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Layercode",
3
3
  "license": "MIT",
4
4
  "name": "@layercode/js-sdk",
5
- "version": "2.8.0",
5
+ "version": "2.8.1",
6
6
  "description": "Layercode JavaScript SDK for browser usage",
7
7
  "type": "module",
8
8
  "main": "dist/layercode-js-sdk.esm.js",