Interface PlayerConfig

An interface describing the available configuration options for a new player instance.

Hierarchy

  • PlayerConfig

Properties

logLevel?: LogLevel

Deprecated

This can be set after construction using setLogLevel.

serviceWorker?: ServiceWorkerConfig

Contains details about the service worker configuration.

wasmBinary: string

URL where the amazon-ivs-wasmworker.min.wasm file is hosted. This option is only supported by the NPM distribution of the player.

wasmWorker: string

URL where the amazon-ivs-wasmworker.min.js file is hosted. This option is only supported by the NPM distribution of the player.

Generated using TypeDoc