Type for PresenceMember.
Presence members are unique based on their connectionId and clientId. It is possible for multiple users to have the same clientId if they are connected to the room from different devices.
connectionId
clientId
The data associated with the presence member.
The extras associated with the presence member.
The timestamp of when the last change in state occurred for this presence member.
Type for PresenceMember.
Presence members are unique based on their
connectionId
andclientId
. It is possible for multiple users to have the sameclientId
if they are connected to the room from different devices.