Skip to content

Commit

Permalink
instream video is sound on default, outstream video sound off default
Browse files Browse the repository at this point in the history
  • Loading branch information
changjun committed Oct 17, 2023
1 parent d350210 commit cdbd074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tpmnBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function buildVideoImp(bidRequest, imp) {
}
if (imp.video && videoParams?.context === 'outstream') {
imp.video.placement = imp.video.placement || 4;
imp.video.plcmt = imp.video.plcmt || 2;
imp.video.plcmt = imp.video.plcmt || 4;
imp.video.playbackmethod = imp.video.playbackmethod || 2;
}

Expand Down

0 comments on commit cdbd074

Please sign in to comment.