ConnectedMessage interface
Connected message
- Extends
Properties
| connection |
The connection id |
| kind | Message type |
| reconnection |
The reconnection token. Only available in reliable protocols. |
| user |
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