Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 3.91 KB

BETA.md

File metadata and controls

41 lines (30 loc) · 3.91 KB

Banner

BETA release Overview

This page contains information about current public beta's of the Jabra Browser SDK, which customers can use to test and prepare for new versions in advance.

Warning: The software released here is considered unstable, possibly untested and might be updated at any time. Use at your own risk. If you want to use something stable and tested please use our stable non-beta version.

For general information about the library please refer to our main documentation page

BETA Documentation

BETA Javascript API

For the API we adheres to semantic versioning so increases in the major version component of the version number between releases indicate breaking changes where developers using the software may need to change their code when updating. Increases in minor version indicates that all changes ought to be backwards compatible.

Native Chromehost BETA downloads

Operating systems Chrome host native download Description
Windows (Windows 7 or newer) JabraChromeHost2.0.msi Chromehost 2.0 Beta 8
macOS (El Capitan/Sierra) coming soon

WebExtension BETA

Banner

**Important notes about BETA web extension **:

  1. The BETA browser extension should not be active at the same time as the standard release version of the browser extension. Please deactivate or uninstall the stable browser extension before installing the BETA browser extension. Running both extensions simultaneously are NOT supported.

  2. If you are testing the browser extension beta together with the old 0.5 non-beta version of the chrome host, you need to give it explicit permission to call into the old chromehost executable. This is easily done by installing v0.51 of the chromehost which fixes this issue but otherwise contains the same executable. Alternatively, you can manually add the new beta extension id igcbbdnhomedfadljgcmcfpdcoonihfe to allowed_origins in file com.jabra.nm.json in the installation directory of the native host. On windows this file is normally located in C:\Program Files (x86)\JabraChromeHost. Note, that this security issues only affects the beta - the problem goes away when the official version is released using an update to the non-beta browser extension. New versions of the chrome host will contain this new security setting by default.

BETA Development tools/demos