ServerEventSessionCreated interface

Returned when a Session is created. Emitted automatically when a new connection is established as the first server event. This event will contain the default Session configuration.

Extends

Properties

session
type

The event type, must be session.created.

Inherited Properties

eventId

Property Details

session

session: ResponseSession

Property Value

type

The event type, must be session.created.

type: "session.created"

Property Value

"session.created"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId