Skip to main content

Type Alias: ParticipantDeletedEvent

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

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"participant.deleted"Yes
source"cortex:api"YesOrigin service
payloadParticipantDeletedPayloadYes

Defined in

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