Skip to main content

Type Alias: GatheringResponse

type GatheringResponse: components["schemas"]["GatheringResponse"];

Properties

PropertyTypeRequiredDescription
idstringYesGathering ID
projectIdstringYesProject ID
tenantIdstringYesTenant ID
namestringYesGathering name
descriptionstringNoGathering description
inviterNamestringNoDisplay name of the gathering organizer
inviterEmailstringNoEmail address of the gathering organizer (used as Reply-To in invitation emails)
type"lobby" | "appointment" | "open"YesGathering type
status"pending" | "active" | "started" | "ended" | "cancelled" | "expired"YesGathering status
maxMembersnumberYesMaximum members allowed
memberCountnumberYesCurrent member count
accessPolicystringYesAccess policy
listedbooleanYesWhether gathering is listed for discovery
startsAtstringNoScheduled start time
endsAtstringNoScheduled end time
timezonestringNoTimezone for scheduled times
roomIdstringNoTarget ODIN room ID
autoStartSessionbooleanYesWhether session starts automatically
sessionIdstringNoCreated session ID
joinCodestringYesJoin code for sharing
propertiesobjectNoCustom properties
ownerIdstringNoOwner participant ID
createdAtstringYesCreation timestamp
expiresAtstringNoExpiration timestamp
membersGatheringMember[]NoMembers (included in detailed view)

Defined in

4Players/cortex-typescript-sdk/src/resources/gatherings.ts:21