@layercode/js-sdk 2.1.4 → 2.1.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.
|
@@ -3891,6 +3891,7 @@ class LayercodeClient {
|
|
|
3891
3891
|
break;
|
|
3892
3892
|
case 'user.transcript':
|
|
3893
3893
|
case 'user.transcript.delta':
|
|
3894
|
+
case 'user.transcript.interim_delta':
|
|
3894
3895
|
this.options.onMessage(message);
|
|
3895
3896
|
break;
|
|
3896
3897
|
default:
|
|
@@ -4267,9 +4268,6 @@ class LayercodeClient {
|
|
|
4267
4268
|
_teardownDeviceListeners() {
|
|
4268
4269
|
this.wavRecorder.listenForDeviceChange(null);
|
|
4269
4270
|
}
|
|
4270
|
-
/**
|
|
4271
|
-
* Releases audio resources and listeners after a disconnect
|
|
4272
|
-
*/
|
|
4273
4271
|
async _performDisconnectCleanup() {
|
|
4274
4272
|
var _a, _b;
|
|
4275
4273
|
this.deviceId = null;
|