Overview
Properties
broadcasterDisplayName
Type: string
The display name of the broadcaster of the stream where the clip was created.
broadcasterId
Type: string
The user ID of the broadcaster of the stream where the clip was created.
creationDate
Type: Date
The date when the clip was created.
creatorDisplayName
Type: string
The display name of the creator of the clip.
creatorId
Type: string
The user ID of the creator of the clip.
embedUrl
Type: string
The embed URL of the clip.
gameId
Type: string
The ID of the game that was being played when the clip was created.
id
Type: string
The clip ID.
language
Type: string
The language of the stream where the clip was created.
thumbnailUrl
Type: string
The URL of the thumbnail of the clip.
title
Type: string
The title of the clip.
url
Type: string
The URL of the clip.
videoId
Type: string
The ID of the video the clip is taken from.
views
Type: number
The number of views of the clip.
Methods
getBroadcaster()
asyncRetrieves information about the broadcaster of the stream where the clip was created.
getCreator()
asyncRetrieves information about the creator of the clip.
getGame()
asyncRetrieves information about the game that was being played when the clip was created.
getVideo()
asyncRetrieves information about the video the clip is taken from.