Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.15 KB

Space.md

File metadata and controls

15 lines (12 loc) · 1.15 KB

# Space

Properties

Name Type Description Notes
id string Unique identifier for the space. Max 255 characters.
created_at string Time the space was created, defined as a Unix timestamp (seconds since epoch).
type \MuxPhp\Models\SpaceType
status \MuxPhp\Models\SpaceStatus
passthrough string Arbitrary user-supplied metadata that will be included in the space details and related webhooks. Max: 255 characters. [optional]
broadcasts \MuxPhp\Models\Broadcast[] An array of broadcast destinations. [optional]
active_session_id 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]