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.js CHANGED
@@ -2658,7 +2658,6 @@ var CTV_UNSUPPORTED_PARAMS = [
2658
2658
  "max_ad_duration",
2659
2659
  "unviewed_position_start",
2660
2660
  "impl",
2661
- "scor",
2662
2661
  "vad_type",
2663
2662
  "gdpr",
2664
2663
  "gdpr_consent",
@@ -2947,6 +2946,7 @@ function applyVastMacros(baseUrl, ctx) {
2947
2946
  var params = url.searchParams;
2948
2947
  removeBrokenAppNameOrphans(params, ctx.appName);
2949
2948
  params.set("correlator", ctx.correlator);
2949
+ params.set("scor", ctx.streamCorrelator);
2950
2950
  if (ctx.isCtv) {
2951
2951
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
2952
2952
  try {
@@ -2968,8 +2968,6 @@ function applyVastMacros(baseUrl, ctx) {
2968
2968
  }
2969
2969
  }
2970
2970
  }
2971
- } else {
2972
- params.set("scor", ctx.streamCorrelator);
2973
2971
  }
2974
2972
  if (ctx.pod != null) {
2975
2973
  params.set("pod", String(ctx.pod));