VideoResource

Twitch Helix Videos API resource.

Provides methods for retrieving and deleting videos.

See also

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun get(ids: List<String> = emptyList(), userId: String? = null, gameId: String? = null, language: String? = null, period: VideoPeriod? = null, sort: VideoSort? = null, type: VideoType? = null, cursor: String? = null, pageSize: Int? = null): Page<Video>
Link copied to clipboard
fun getAllVideos(ids: List<String> = emptyList(), userId: String? = null, gameId: String? = null, language: String? = null, period: VideoPeriod? = null, sort: VideoSort? = null, type: VideoType? = null): Flow<Video>