ConnectedMessage interface

Connected message

Extends

Properties

connectionId

The connection id

kind

Message type

reconnectionToken

The reconnection token. Only available in reliable protocols.

userId

The user id of the client connection

Property Details

connectionId

The connection id

connectionId: string

Property Value

string

kind

Message type

kind: "connected"

Property Value

"connected"

reconnectionToken

The reconnection token. Only available in reliable protocols.

reconnectionToken: string

Property Value

string

userId

The user id of the client connection

userId: string

Property Value

string