Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigParamsCloud

param

if true, all network access is blocked

param

- // optional. The host and path (up to, but excluding the '?') of the source for capability files. The responding host is responsible for parsing the entire URL with parameters delivered and produce a response that is equivalent to the response from the default Jabra endpoints. // see https://devicecapabilities.jabra.com/swagger/ui/index (note: v4) // Special cases: // null or "": use the default.

param

- // optional. The host and partial path of the source for FW files. The responding host is responsible for parsing the entire URL with parameters delivered and produce a response that is equivalent to the response from the Jabra endpoints. // example: https://firmware.jabra.com/v4 // See https://firmware.jabra.com/swagger/#/v3 for full URL and parameters // Special cases: // null or "": use the default.

param

optional. specify the proxy to use. Null or "" if a proxy should not be used. Example: "https://myproxyhost:8042". Supported proxy types, see https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html

Hierarchy

  • ConfigParamsCloud

Index

Properties

Optional baseUrl_capabilities

baseUrl_capabilities: undefined | string

Optional baseUrl_fw

baseUrl_fw: undefined | string

Optional blockAllNetworkAccess

blockAllNetworkAccess: undefined | false | true

Optional proxy

proxy: undefined | string

This API Reference is provided by Jabra Developer Zone.