getAllStreamMarkers

fun getAllStreamMarkers(userId: String? = null, videoId: String? = null): Flow<StreamMarkerGroup>

Twitch API: Get Stream Markers

Gets all stream markers for the user or video. Automatically paginates through all results.

Return

a Flow of StreamMarkerGroup objects.

Parameters

userId

a user ID. The request returns the markers from this user's most recent video.

videoId

a video on demand (VOD)/video ID.