bitmovin-analytics 2.58.0 → 2.60.0
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/bitmovin-analytics-bitmovin-player-web-x.d.ts +1 -0
- package/bitmovin-analytics-bitmovin-player-web-x.js +2 -2
- package/bitmovin-analytics-bitmovin-player-web-x.js.map +1 -1
- package/bitmovin-analytics-bitmovin-player.d.ts +1 -0
- package/bitmovin-analytics-bitmovin-player.js +2 -2
- package/bitmovin-analytics-bitmovin-player.js.map +1 -1
- package/bitmovin-analytics.d.ts +2 -0
- package/bitmovin-analytics.js +2 -2
- package/bitmovin-analytics.js.map +1 -1
- package/package.json +1 -1
package/bitmovin-analytics.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export interface CollectorConfig {
|
|
|
21
21
|
cookiesDomain?: string;
|
|
22
22
|
cookiesMaxAge?: number;
|
|
23
23
|
origin?: string;
|
|
24
|
+
/** @deprecated SSAI engagement tracking is always enabled. */
|
|
24
25
|
ssaiEngagementTrackingEnabled?: boolean;
|
|
25
26
|
errorTransformerCallback?: ErrorTransformerCallback;
|
|
26
27
|
}
|
|
@@ -372,6 +373,7 @@ export declare class ShakaAdapter implements AdapterAPI {
|
|
|
372
373
|
private readonly internalAdapter;
|
|
373
374
|
private readonly analytics;
|
|
374
375
|
constructor(config: AnalyticsConfig, player: any, _opts?: AnalyticsStateMachineOptions);
|
|
376
|
+
readonly ssai: SsaiApi;
|
|
375
377
|
private wrapPlayerLoad;
|
|
376
378
|
static readonly version: string;
|
|
377
379
|
get version(): string;
|