File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ A JSON object can be passed into the video stream using the properties outlined
8080| :-------------- | :----------------------------------------------------------------------- |
8181| ` id ` | Specify an identifier to use for the ad. Default value is ` ad1 ` . |
8282| ` start_date ` | Define an absolute start date in ISO8601 format, or +seconds from now. Defaults to the current time. |
83- | ` duration ` | Specify duration for the ad. Default 30 |
84- | ` asset_list ` | Define a URL for an assets list. If not defined, must have asset_uri |
85- | ` asset_uri ` | Define a URL for a single asset. If not defined, must have asset_list |
86- | ` resume_offset ` | Where primary playback should resume following the playback of the interstitial. Default 0 |
87- | ` restrict ` | List of Navigation Restriction. Default SKIP,JUMP |
83+ | ` duration ` | Specify duration for the ad. Default value is 30 seconds. |
84+ | ` asset_list ` | Define a URL for an assets list. If not defined, must have ` asset_uri ` . |
85+ | ` asset_uri ` | Define a URL for a single asset. If not defined, must have ` asset_list ` . |
86+ | ` resume_offset ` | Determine when primary playback should resume following the playback of the interstitial. Default value is 0 seconds. |
87+ | ` restrict ` | Create a list of navigation restrictions. Default value is SKIP,JUMP. |
8888
8989## Examples and demo
9090
You can’t perform that action at this time.
0 commit comments