Create Stream Marker

Trigger creation of a Stream Marker on Twitch
Preview
Preview

You can use this to signify an important event, or as a reminder for a point in the stream you'd like to review in your VOD at a later time.

  • Stream Markers are only available if you have VODs enabled on your channel!

Parameters

Description
Text

Write the description of your Stream Marker

Variables

The following variables will be populated after executing this sub-action:

Description
streamMarkerCreatedAt

Time when the marker was set

Example: 01.01.0001 00:00:00
streamMarkerDescriptionstring

Description which was used for the marker

Example: This is a test marker
streamMarkerIdstring

Id of the marker

Example: 8d25fc8f611f8aa57ae1eac3ad4b9c99
streamMarkerPositionint

Position of the marker in the vod in seconds

Example: 42
streamMarkerSuccessbool

The status of the sub-action request

Example: True/False

C# Usage

Create a Stream Marker on Twitch

public StreamMarker CreateStreamMarker(string description)