@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.
|
@@ -3897,6 +3897,7 @@ registerProcessor('audio_processor', AudioProcessor);
|
|
|
3897
3897
|
break;
|
|
3898
3898
|
case 'user.transcript':
|
|
3899
3899
|
case 'user.transcript.delta':
|
|
3900
|
+
case 'user.transcript.interim_delta':
|
|
3900
3901
|
this.options.onMessage(message);
|
|
3901
3902
|
break;
|
|
3902
3903
|
default:
|
|
@@ -4273,9 +4274,6 @@ registerProcessor('audio_processor', AudioProcessor);
|
|
|
4273
4274
|
_teardownDeviceListeners() {
|
|
4274
4275
|
this.wavRecorder.listenForDeviceChange(null);
|
|
4275
4276
|
}
|
|
4276
|
-
/**
|
|
4277
|
-
* Releases audio resources and listeners after a disconnect
|
|
4278
|
-
*/
|
|
4279
4277
|
async _performDisconnectCleanup() {
|
|
4280
4278
|
var _a, _b;
|
|
4281
4279
|
this.deviceId = null;
|