Skip to main content

Home > @gnaudio/jabra-js > RequestedBrowserTransport

RequestedBrowserTransport enum#

Optional transport modes that can be requested on initialisation. These are relevant when operating within a browser context only. They are not used outside of a browser, where Node is used instead.

Signature:
declare enum RequestedBrowserTransport

Enumeration Members#

MemberValueDescription
CHROME_EXTENSION"chrome-extension"
CHROME_EXTENSION_WITH_WEB_HID_FALLBACK"chrome-extension-with-web-hid-fallback"
WEB_HID"web-hid"