Suggestions

close search

StringeeUser class

Represents a participant.


Summary


Constructor
StringeeUser(String userId, {String name, String avatarUrl})
Properties

userId → String

name → String

avatarUrl → String

role → UserRole

Constructors


StringeeUser(String userId, {String name, String avatarUrl})
Create a new user.

Properties


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.