@tivio/sdk-js
v2.4.2
Published
## Installation
Downloads
33
Readme
Tivio SDK
Installation
npm install --save @tivio/sdk-jsor
yarn add @tivio/sdk-jsChangelog
- UNRELEASED
- automatic binding methods of PlayerWrapper
- minor (or MAJOR?): Remove deprecated stuff
- getters
- getChannelById
- getSectionById
- getWidgetById
- subscriptions
- subscribeToWidget
- subscribeToChannel
- subscribeToSection
- subscribeToVideosInSection
- subscribeToSectionsInChannel
- subscribeToChannelsInWidget
- subscribeToScreen
- getters
- 2.3.2
- patch: disable logging when verbose is not set to true
- 2.3.1
- patch: add support for old solutions which depends on global objects
- 2.3.0
- minor: add optional
calibrationIdparameter tosetSource
- minor: add optional
- 2.2.1
- patch: fix export of
PlayerWrapperEventType
- patch: fix export of
- 2.2.0
- minor: add
getProgramTimestamps - minor: add
addEventListener('markers', ...)to player wrapper
- minor: add
- 2.1.0
- minor: better es5 polyfills
- patch: add
verboseto Tivio config type - patch: add
bundleUrlOverrideto Tivio config type - patch: fix of registering player wrapper when
createPlayerWrapperis called after tivio init
- 2.0.0
- requires core-js at least 1.13.0
- major: remove
createPlayerWrapperfrom Tivio API object - major: rename
positionMstostartFromPosition - minor: add
createPlayerWrapperto the root of the @tivio-sdk-js package, it's not necessary to wait untilcreateTiviois finished before using it but it is still necessary to callcreateTivioat some point - minor: add (optional)
capabilitiesOptionsanddeviceCapabilitiesoptions to Tivio config - minor: add fetch polyfill
- minor: better source types documentation
- minor: add
streamStarttoTvProgramSource - minor: add
continueFromPositiontoTvProgramSource,TivioVodSource,OtherSourceandLiveTvChannelSource - minor:
live_tv_channelsource type does pass-through instead of stopping thesetSourceaction - minor: add
forceCloudFnResolveroption to Tivio config
- 1.1.0
- minor: fallback to fetch bundle by cloud fn when indexedDB not supported
- minor: transpile to es5
- 1.0.0
- initial public release
