stormcloud-video-player 0.8.20 → 0.8.21

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/lib/index.cjs CHANGED
@@ -2870,7 +2870,6 @@ var CTV_UNSUPPORTED_PARAMS = [
2870
2870
  "max_ad_duration",
2871
2871
  "unviewed_position_start",
2872
2872
  "impl",
2873
- "scor",
2874
2873
  "vad_type",
2875
2874
  "gdpr",
2876
2875
  "gdpr_consent",
@@ -3159,6 +3158,7 @@ function applyVastMacros(baseUrl, ctx) {
3159
3158
  var params = url.searchParams;
3160
3159
  removeBrokenAppNameOrphans(params, ctx.appName);
3161
3160
  params.set("correlator", ctx.correlator);
3161
+ params.set("scor", ctx.streamCorrelator);
3162
3162
  if (ctx.isCtv) {
3163
3163
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
3164
3164
  try {
@@ -3180,8 +3180,6 @@ function applyVastMacros(baseUrl, ctx) {
3180
3180
  }
3181
3181
  }
3182
3182
  }
3183
- } else {
3184
- params.set("scor", ctx.streamCorrelator);
3185
3183
  }
3186
3184
  if (ctx.pod != null) {
3187
3185
  params.set("pod", String(ctx.pod));