Create Stream Marker

Trigger creation of a Stream Marker on Twitch

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

The description of the stream marker.

  • Type: String

Variables

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

NameDescriptionExample
broadcastUserThe Twitch display name of the broadcaster accountStreamerBotUser12
broadcastUserNameThe Twitch user name of the broadcaster accountstreamerbotuser12
broadcastUserIdThe Twitch user ID of the broadcaster account123456789
broadcastIsAffiliateBoolean value indicating if the broadcast account is a Twitch affiliateTrue/False
broadcastIsPartnerBoolean value indicating if the broadcast account is a Twitch partnerTrue/False

C# Usage

Create a Stream Marker on Twitch

public StreamMarker CreateStreamMarker(string description)