@layercode/js-sdk 2.0.5 → 2.0.6
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
|
@@ -79,6 +79,7 @@ declare class LayercodeClient implements ILayercodeClient {
|
|
|
79
79
|
private activeDeviceId;
|
|
80
80
|
private useSystemDefaultDevice;
|
|
81
81
|
private lastReportedDeviceId;
|
|
82
|
+
private lastKnownSystemDefaultDeviceKey;
|
|
82
83
|
_websocketUrl: string;
|
|
83
84
|
status: string;
|
|
84
85
|
userAudioAmplitude: number;
|
|
@@ -152,6 +153,7 @@ declare class LayercodeClient implements ILayercodeClient {
|
|
|
152
153
|
* Sets up the device change event listener
|
|
153
154
|
*/
|
|
154
155
|
private _setupDeviceChangeListener;
|
|
156
|
+
private _getDeviceComparisonKey;
|
|
155
157
|
/**
|
|
156
158
|
* Mutes the microphone to stop sending audio to the server
|
|
157
159
|
* The connection and recording remain active for quick unmute
|
package/package.json
CHANGED