Home > @gnaudio/jabra-js > IApi > getChromehostVersion
#
IApi.getChromehostVersion() methodGet the Jabra Chromehost version
Chromehost is the native console application communicating with the USB-layer.
In node context, the Chromehost will be embedded in the jabra-js stack, and not something to be concerned with as an SDK-user.
In browser context, the Chromehost is a required application that needs to be installed separately from this npm-package - unless the library is configured to use WebHID-transport, see IConfig.transport.
Signature:Promise<string | null>
The version number or null if not installed.