bitmovin-analytics 2.53.0 → 2.53.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -57,7 +57,7 @@ Player.addModule(AnalyticsModule);
57
57
 
58
58
  ### Integrating 3rd Party Players
59
59
 
60
- To integrate other players pick the appropriate adapter (`AmazonIVSAdapter`, `BitmovinPwxAnalyticsPackage`, `CAFv3Adapter`, `DashjsAdapter`, `HlsAdapter`, `ShakaAdapter`, `VideojsAdapter` or `HTMLVideoElementAdapter`) and instantiate the adapter by passing the player instance.
60
+ To integrate other players pick the appropriate adapter (`BitmovinPwxAnalyticsPackage`, `CAFv3Adapter`, `HlsAdapter`, `ShakaAdapter`, `VideojsAdapter` or `HTMLVideoElementAdapter`) and instantiate the adapter by passing the player instance.
61
61
 
62
62
  An example for HLS.js:
63
63
 
@@ -9,11 +9,9 @@ declare enum CdnProvider {
9
9
  MAXCDN = "maxcdn"
10
10
  }
11
11
  declare enum Player {
12
- AMAZON_IVS = "amazonivs",
13
12
  BITMOVIN = "bitmovin",
14
13
  BITMOVIN_PWX = "bitmovin-pwx",
15
14
  CHROMECAST_SHAKA = "chromecast-shaka",
16
- DASHJS = "dashjs",
17
15
  HLSJS = "hlsjs",
18
16
  HTML5 = "html5",
19
17
  JW = "jw",