TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixStreamMarkerWithVideo

A stream marker, also containing some video data.

Overview

Properties

creationDate

Type: Date

The date and time when the marker was created.

description

Type: string

The description of the marker.

id

Type: string

The ID of the marker.

positionInSeconds

Type: number

The position in the stream when the marker was created, in seconds.

url

Type: string

The URL of the video, which will start playing at the position of the stream marker.

videoId

Type: string

The ID of the video.

Methods

getVideo()

async

Gets the video data of the video the marker was set in.

Return type: HelixVideo