stormcloud-video-player 0.8.31 → 0.8.32

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
@@ -1679,6 +1679,22 @@ function createPalNonceManager() {
1679
1679
  request.videoHeight = options.videoHeight || 480;
1680
1680
  if (options.ppid) request.ppid = options.ppid;
1681
1681
  if (options.sessionId) request.sessionId = options.sessionId;
1682
+ console.log("[PAL] NonceRequest before generateNonce:", {
1683
+ adWillAutoPlay: request.adWillAutoPlay,
1684
+ adWillPlayMuted: request.adWillPlayMuted,
1685
+ playerVolume: request.playerVolume,
1686
+ continuousPlayback: request.continuousPlayback,
1687
+ descriptionUrl: request.descriptionUrl,
1688
+ iconsSupported: request.iconsSupported,
1689
+ playerType: request.playerType,
1690
+ playerVersion: request.playerVersion,
1691
+ supportedApiFrameworks: request.supportedApiFrameworks,
1692
+ url: request.url,
1693
+ videoWidth: request.videoWidth,
1694
+ videoHeight: request.videoHeight,
1695
+ ppid: request.ppid,
1696
+ sessionId: request.sessionId
1697
+ });
1682
1698
  return [
1683
1699
  4,
1684
1700
  loader.loadNonceManager(request)