init() function

Initialize the Jabra SDK. Entry point to being able to control Jabra hardware.

Signature

export declare function init(config: IConfig | undefined): Promise<IApi>;

Parameters

Parameter Type Description
config IConfig or undefined Optional configuration settings. See IConfig for more details.

Returns

Promise<IApi>

The initialized SDK object, which can be used to control Jabra hardware.

Exceptions

If the underlying transport object fails to connect for some reason, e.g. when it's not installed on the system.

Underlying transport object can be:

  • Device Connector (native application)
  • Browser Extension for Device Connector