@layercode/js-sdk 2.0.3 → 2.0.5
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
|
@@ -76,6 +76,9 @@ declare class LayercodeClient implements ILayercodeClient {
|
|
|
76
76
|
private audioBuffer;
|
|
77
77
|
private vadConfig;
|
|
78
78
|
private deviceId;
|
|
79
|
+
private activeDeviceId;
|
|
80
|
+
private useSystemDefaultDevice;
|
|
81
|
+
private lastReportedDeviceId;
|
|
79
82
|
_websocketUrl: string;
|
|
80
83
|
status: string;
|
|
81
84
|
userAudioAmplitude: number;
|
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.0.
|
|
5
|
+
"version": "2.0.5",
|
|
6
6
|
"description": "Layercode JavaScript SDK for browser usage",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/layercode-js-sdk.esm.js",
|
|
@@ -48,4 +48,4 @@
|
|
|
48
48
|
"@ricky0123/vad-web": "^0.0.24",
|
|
49
49
|
"onnxruntime-web": "^1.21.1"
|
|
50
50
|
}
|
|
51
|
-
}
|
|
51
|
+
}
|