diff --git a/examples/node-live/index.js b/examples/node-live/index.js index be79a3aa..ec51c1c3 100644 --- a/examples/node-live/index.js +++ b/examples/node-live/index.js @@ -21,6 +21,10 @@ const live = async () => { console.log(data); }); + connection.on(LiveTranscriptionEvents.Error, (err) => { + console.error(err); + }); + fetch(url) .then((r) => r.body) .then((res) => {