Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.14 KB

Space.md

File metadata and controls

16 lines (12 loc) · 1.14 KB

Mux.Csharp.Sdk.Model.Space

Properties

Name Type Description Notes
Id string Unique identifier for the space. Max 255 characters.
CreatedAt string Time the space was created, defined as a Unix timestamp (seconds since epoch).
Type SpaceType
Status SpaceStatus
Passthrough string Arbitrary user-supplied metadata that will be included in the space details and related webhooks. Max: 255 characters. [optional]
Broadcasts List<Broadcast> An array of broadcast destinations. [optional]
ActiveSessionId string Unique identifier for the current lifecycle of the space. Only set when the space is `active` and is set to a new value each time the space transitions from `idle` to `active`. This value is useful for logging and debugging issues. Max 255 characters. [optional]

[Back to Model list] [Back to API list] [Back to README]