You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/chat/rooms/presence.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ The following are the properties of a presence event:
103
103
| type | The type of the event | String |
104
104
| member | The presence member that the event pertains to | PresenceMember |
105
105
||`clientId`: The ID of the client that triggered the event. | String |
106
+
||`connectionId`: The connection ID of the client that triggered the event. Use this in combination with `clientId` to identify a user across multiple devices. | String |
106
107
||`data`: Optional user data. | Object |
107
108
||`updatedAt`: The time that the event was emitted. | DateTime |
108
109
||`extras`: A JSON object of arbitrary key-value pairs that may contain metadata, and/or ancillary payloads related to the user's latest presence event. | object |
0 commit comments