Overview
Properties
Methods
Properties
Methods
getGame()
asyncRetrieves information about the game that is being played on the stream.
Return type:
HelixGame
|
null
getThumbnailUrl(width, height)
Builds the thumbnail URL of the stream using the given dimensions.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
width | number | none | The width of the thumbnail. |
|
height | number | none | The height of the thumbnail. |
Return type:
string