Skip to main content

Type Alias: GatheringEndedEvent

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

Properties

PropertyTypeRequiredDescription
idstringYesUnique ID for this specific event occurrence (UUIDv4)
tenantIdstringYesTenant this event belongs to
projectIdstringNoProject/app ID for project-scoped events
resourceIdstringYesComposite resource identifier in resource:id format (example: "session:abc-123")
timestampstringYesISO 8601 timestamp of when the event occurred
type"gathering.ended"Yes
source"cortex:api"YesOrigin service
payloadGatheringOccurredPayloadYes

Defined in

4Players/cortex-typescript-sdk/src/realtime/events.ts:64