@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.
package/dist/types/index.d.ts
CHANGED
|
@@ -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