# Sandbox.Streamer

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Properties

- [`Delay`](/api/Sandbox.Streamer/Delay): Set the delay of your stream
- [`Game`](/api/Sandbox.Streamer/Game): The game/category the stream is currently set to. Read-only.
- [`IsActive`](/api/Sandbox.Streamer/IsActive): Are we connected to a service
- [`IsMature`](/api/Sandbox.Streamer/IsMature): Whether the current stream is flagged as mature.
- [`Language`](/api/Sandbox.Streamer/Language): Set the language of your stream
- [`Service`](/api/Sandbox.Streamer/Service): The service type (ie "Twitch")
- [`StartedAt`](/api/Sandbox.Streamer/StartedAt): When the current stream started. Default if you're not live.
- [`Tags`](/api/Sandbox.Streamer/Tags): Tags on the current stream.
- [`Title`](/api/Sandbox.Streamer/Title): The title of the stream. Read-only.
- [`UserId`](/api/Sandbox.Streamer/UserId): Your own user id
- [`Username`](/api/Sandbox.Streamer/Username): Your own username
- [`ViewerCount`](/api/Sandbox.Streamer/ViewerCount): Amount of concurrent viewer your stream has.
- [`Viewers`](/api/Sandbox.Streamer/Viewers): Everyone we currently think is in chat, tracked from join, leave and message events. This is a best-effort list of active chatters, not silent viewers.

## Methods

- [`GetThumbnailUrl`](/api/Sandbox.Streamer/GetThumbnailUrl): Thumbnail URL of the current stream.
- [`GetUser`](/api/Sandbox.Streamer/GetUser): Get user information. If no username is specified, the user returned is ourself
