WebPubSubGroupMember interface
A connection in a group in the Web PubSub service.
Properties
| connection |
A unique identifier of a connection. |
| user |
The user ID of the connection. A user can have multiple connections. |
Property Details
connectionId
A unique identifier of a connection.
connectionId: string
Property Value
string
userId
The user ID of the connection. A user can have multiple connections.
userId?: string
Property Value
string