* Reference at <a href="https://simons-nzse-2.h-da.io/stream-tv/server/reference/#tvstate">https://simons-nzse-2.h-da.io/stream-tv/server/reference/#tvstate</a>
*
* @param large_channel Sets the channel name of the large screen.
* This screen is the always visible main screen.
* Set to "" to disable. Set to null to keep the old value.
*
* @param small_channel Sets the channel name of the small screen.
* This screen is a small Picture-in-Picture like screen in the top right corner.
* Set to "" to disable. Set to null to keep the old value.
*
* @param volume Sets the volume of the large screen.
* Set to 0 or 0.0 to mute.
* Values are in the range of 0.0 - 1.0.
* Note: The small screen is always muted.
* Set to null to keep the old value.
*
* @param small_scale Sets the scale (size) of the small screen.
* The value is relative to the width of the large screen.
* Reasonable values are in the range of 0.2 - 0.5.
* It is best to just experiment with this setting.
* Set to null to keep the old value.
*
* @param show_chat Sets whether the chat should be shown or not.
* Gets the most popular games on Twitch right now.
* Reference at <a href="https://simons-nzse-2.h-da.io/stream-tv/server/reference/#twitchgamestop">https://simons-nzse-2.h-da.io/stream-tv/server/reference/#twitchgamestop</a>
* Reference at <a href="https://simons-nzse-2.h-da.io/stream-tv/server/reference/#twitchgamessearch">https://simons-nzse-2.h-da.io/stream-tv/server/reference/#twitchgamessearch</a>
* Gets the most popular streams on Twitch right now. Optionally filter by channels, game and language.
* Reference at <a href="https://simons-nzse-2.h-da.io/stream-tv/server/reference/#twitchstreamstop">https://simons-nzse-2.h-da.io/stream-tv/server/reference/#twitchstreamstop</a>
*
* @param channels Specify up to 100 channels separated by `,` that the search should be limited to.
* See the examples in the reference why that would be useful.
*
* @param game Specify a game that the search should be limited to.
*
* @param language Specify a language that the search should be limited to.
* Reference at <a href="https://simons-nzse-2.h-da.io/stream-tv/server/reference/#twitchstreamsfeatured">https://simons-nzse-2.h-da.io/stream-tv/server/reference/#twitchstreamsfeatured</a>