This module allows you to control the Ventuz Director (Enterprise edition) via Websocket, it consumes the Director Remoting API to communicate, it is recommended to consult the specification for its use.
Execute yarn
command to install the dependencies.
The module is built using the yarn build
command, this will generate the corresponding files for Companion to load the module correctly.
It is also recommended to use the yarn build:watch
command while developing, this will generate the corresponding .js files for each change made to the .ts files.