Events
Receive collab:members
Server -> joining socket: the members already present in the namespace.
server → client on the
collab channel. Socket.IO event name: collab:members.Server -> joining socket: the members already present in the namespace.
Sent right after collab:join when at least one other authenticated member is connected.
Payload: collab:members
Payload of the 'collab:members' socket event.
| Property | Type | Required | Description |
|---|---|---|---|
members | object[] | no | Member objects: { userId, displayName, color, avatarUrl, annotationColor }. |
timestamp | integer | no |