Represents a participant.
| Constructor |
|---|
| StringeeUser(String userId, {String name, String avatarUrl}) |
| Properties |
|---|
| name → String |
| StringeeUser(String userId, {String name, String avatarUrl}) |
|---|
| Create a new user. |
| userId → String |
|---|
| It's the unique identification of the user on Stringee system. |
| name → String |
|---|
| It's name of user. |
| avatarUrl → String |
|---|
| It's avatar's url of user. |
| role → UserRole |
|---|
| It's role of user in conversation. |