Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 995 Bytes

Space.md

File metadata and controls

18 lines (11 loc) · 995 Bytes

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 java.util.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]