Traté de seguir este ejemplo https://docs.aws.amazon.com/dcv/latest/websdkguide/establecer-connection.html e incluso miré otras preguntas de desbordamiento de pila Cómo comenzar a usar NICE DCV SDK
Estoy tratando de ejecutar el archivo js usando Node. me sale el error
/NI-SP-DCVSDK-Demo-1.0/dcvjs/dcv.js:346 window.hasOwnProperty("webkitAudioContext") && ^ ReferenceError: window is not defined at file:///Users/chandu/Downloads/NI-SP-DCVSDK-Demo-1.0/dcvjs/dcv.js:346:6 at file:///Users/chandu/Downloads/NI-SP-DCVSDK-Demo-1.0/dcvjs/dcv.js:451:5 at ModuleJob.run (internal/modules/esm/module_job.js:138:23) at async Loader.import (internal/modules/esm/loader.js:178:24)Soy un principiante en nodejs. por favor, avíseme si me falta algo.
El SDK de NICE DCV debe ejecutarse en un navegador, ya que el cliente web de NICE DCV se ejecuta en el navegador web. No se puede ejecutar en nodejs.
¿Qué estás intentando lograr?