Skip to main content

Home > @gnaudio/jabra-js > ITransport > connect

ITransport.connect() method#

Signature:
connect(): Promise<void>;
Returns:

Promise<void>

A Promise which completes successfully once the console-app or the Chrome extension responds, i.e. gets connected.

Exceptions#

If the console-app or Chrome extension fails to respond, which usually happens because one of them is not installed.