Skip to content

Commit 0c0cee0

Browse files
committed
update readme
1 parent d580719 commit 0c0cee0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)