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.
@@ -5671,21 +5671,13 @@ var StormcloudVideoPlayer = /*#__PURE__*/ function() {
5671
5671
  currentMuted = this.video.muted;
5672
5672
  currentVolume = this.video.volume;
5673
5673
  this.adPlayer.updateOriginalMutedState(currentMuted, currentVolume);
5674
- if (!this.video.muted) {
5675
- this.video.muted = true;
5676
- if (this.config.debugAdTiming) {
5677
- console.log("[StormcloudVideoPlayer] Muted video in handleAdStart");
5678
- }
5679
- }
5680
5674
  this.inAdBreak = true;
5681
5675
  this.currentAdBreakStartWallClockMs = Date.now();
5682
5676
  this.adBreakPlayedDurationMs = 0;
5683
5677
  this.currentAdIndex = 0;
5684
5678
  this.totalAdsInBreak = 0;
5685
5679
  this.adPodQueue = [];
5686
- this.showAds = true;
5687
- this.showPlaceholderLayer();
5688
- this.adPlayer.showPlaceholder();
5680
+ this.showAds = false;
5689
5681
  if (this.expectedAdBreakDurationMs == null && adBreakDurationMs != null) {
5690
5682
  this.expectedAdBreakDurationMs = adBreakDurationMs;
5691
5683
  }