Constructor
new ChatroomMember()
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
uuid |
string | |
name |
string | |
isOnline |
boolean |
Due to security reasons, we have to hide potentially sensitive data about other visitors from current one. This class is used to deliver information about chatroom members without riks to sensetive data.
| Name | Type | Description |
|---|---|---|
uuid |
string | |
name |
string | |
isOnline |
boolean |