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

    Parameters

    • config: undefined | IConfig

      Optional configuration settings. See IConfig for more details.

    Returns Promise<IApi>

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

    If the underlying transport object (console-app or Chrome extension) fails to connect for some reason, e.g. when it's not installed on the system.