How to Configure Video Outstream

You are able to configure outstream player from params of bidder:  

{
...
    params: {
        aid:331133,
        outstream: {
          //param: value
        }
    }
}

Please, use next parameters for configuring outstream player within bidder: 

NameScopeDescriptionValuesExampleType
typeOptionalallows you to set the outstream typeSelect one: inread/inbanner/interstitial/slider"inread"String
audio_settingOptionalallows you to set audio settingsSelect one: on/muted/hover"on"String
default_volumeOptionalallows you to set the volume of your outstream video ad.0-10050Integer
video_controlsOptional enables or disables the visibility of controlsSelect one: show/hide/hover"show"String
close_button_optionsOptionalallows you to choose when/if you want to show the "close" buttonSelect one: delay/not_show/based_on"delay"String
view_out_actionOptionalallows you to apply the action type to an outstream unit when it is out of the visible zoneSelect one: jump/detach/continue_playing_muted/close/continue_playing/pause"detach"String
is_countdown_showOptionalallows you to enable/disable a countdown before the "close" button appears0 - is enabled 1 - is disabled1Integer
percent_visible_before_show Optionalallows you to setup visible percentage of an outstream unit to play0-10050Integer
countdown_timeOptionalallows you to set up how long the countdown will last and show to the user.0/any number15Integer
close_button_delayOptionalallows you to set a delay before showing close button0/any number15Integer
disengagement_delayOptionalallows you to set a delay before actions selected in desangagement_method parameter0/any number15Integer
disengagement_methodOptionalis applicable solely to Interstitial units allowing you to select one of two possible options and determines the actions that can be applied to the player: Close button or Detach button.Select one: "close_button/detach_button/no/auto_detach""close_button"String
event_for_expandOptionalallows you to select when outstream unit should be expandedSelect one: on_start_ad/on_load_ad"on_start_ad"String
detach_location_on pageOptionalallows you to select the location where you want the detached player to be placedSelect one: bottom_right/fullscreen/bottom_left/center_left/center_right/top_right/top_left"bottom_right"String
detach_widthOptionaldetached player's width in pixelsany number640Integer
detach_heightOptionaldetached player's height in pixelsany number480Integer
animation_modeOptionalallows you to control your outstream unit's animation mode on the webpageSelect one: ease/ease_in/ease_out/step_start/linear"ease"String