stormcloud-video-player 0.8.12 → 0.8.13

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.
@@ -5633,21 +5633,13 @@ var StormcloudVideoPlayer = /*#__PURE__*/ function() {
5633
5633
  currentMuted = this.video.muted;
5634
5634
  currentVolume = this.video.volume;
5635
5635
  this.adPlayer.updateOriginalMutedState(currentMuted, currentVolume);
5636
- if (!this.video.muted) {
5637
- this.video.muted = true;
5638
- if (this.config.debugAdTiming) {
5639
- console.log("[StormcloudVideoPlayer] Muted video in handleAdStart");
5640
- }
5641
- }
5642
5636
  this.inAdBreak = true;
5643
5637
  this.currentAdBreakStartWallClockMs = Date.now();
5644
5638
  this.adBreakPlayedDurationMs = 0;
5645
5639
  this.currentAdIndex = 0;
5646
5640
  this.totalAdsInBreak = 0;
5647
5641
  this.adPodQueue = [];
5648
- this.showAds = true;
5649
- this.showPlaceholderLayer();
5650
- this.adPlayer.showPlaceholder();
5642
+ this.showAds = false;
5651
5643
  if (this.expectedAdBreakDurationMs == null && adBreakDurationMs != null) {
5652
5644
  this.expectedAdBreakDurationMs = adBreakDurationMs;
5653
5645
  }