@vouchfor/embeds 0.0.0-experiment.853d689 → 0.0.0-experiment.896f0e4

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.
@@ -9,9 +9,9 @@ declare class TrackingController implements ReactiveController {
9
9
  private _hasPlayed;
10
10
  private _hasLoaded;
11
11
  private _answersViewed;
12
- private _streamedTime;
12
+ private _streamStartTime;
13
13
  private _streamLatestTime;
14
- private _streamedPrevTimestamp;
14
+ private _currentlyPlayingVideo;
15
15
  constructor(host: EmbedHost);
16
16
  private _findVouchId;
17
17
  private _createVisitor;
@@ -21,7 +21,6 @@ declare class TrackingController implements ReactiveController {
21
21
  private _handleVouchLoaded;
22
22
  private _handlePlay;
23
23
  private _handleVideoPlay;
24
- private _handleVideoSeeking;
25
24
  private _handleVideoTimeUpdate;
26
25
  private _handleVideoPause;
27
26
  hostConnected(): void;