StringeeUser represent user within your application, they are used to:
Each user should contain:
Create a participant with its user ID and optional display information:
StringeeUser user = StringeeUser(
userId: 'USER_ID',
name: 'Display name',
avatarUrl: 'https://example.com/avatar.png',
);