You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/spec/video.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -547,7 +547,7 @@ All content events share the same event properties that describe information abo
547
547
|`total_length`| Integer | The total duration of the content/asset in seconds. This should exclude the duration of any ads included in the playback of this asset. For livestream playback, send `null`. |
548
548
|`channel`| String | The channel in which the video content is playing, such as `espn` or `my blog`. |
549
549
|`full_episode`| Boolean |`true` if content is a full episode and `false` otherwise. |
550
-
|`livestream`| Boolean | If the playback is a livestream, check the documentation for relevant destinations for details on how to correctly pass the playhead position. |
550
+
|`livestream`| Boolean | If the playback is a livetream, send `true`, otherwise `false`. |
551
551
|`airdate`| ISO 8601 Date String | An [ISO 8601 Date String](https://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} representing the original air date or published date. |
0 commit comments