Skip to main content

Type Alias: GatheringMemberLeftEvent

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

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.member.left"Yes
source"cortex:api"YesOrigin service
payloadGatheringMemberLeftPayloadYes

Defined in

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