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.
@@ -5685,21 +5685,13 @@ var StormcloudVideoPlayer = /*#__PURE__*/ function() {
5685
5685
  currentMuted = this.video.muted;
5686
5686
  currentVolume = this.video.volume;
5687
5687
  this.adPlayer.updateOriginalMutedState(currentMuted, currentVolume);
5688
- if (!this.video.muted) {
5689
- this.video.muted = true;
5690
- if (this.config.debugAdTiming) {
5691
- console.log("[StormcloudVideoPlayer] Muted video in handleAdStart");
5692
- }
5693
- }
5694
5688
  this.inAdBreak = true;
5695
5689
  this.currentAdBreakStartWallClockMs = Date.now();
5696
5690
  this.adBreakPlayedDurationMs = 0;
5697
5691
  this.currentAdIndex = 0;
5698
5692
  this.totalAdsInBreak = 0;
5699
5693
  this.adPodQueue = [];
5700
- this.showAds = true;
5701
- this.showPlaceholderLayer();
5702
- this.adPlayer.showPlaceholder();
5694
+ this.showAds = false;
5703
5695
  if (this.expectedAdBreakDurationMs == null && adBreakDurationMs != null) {
5704
5696
  this.expectedAdBreakDurationMs = adBreakDurationMs;
5705
5697
  }