TUIUserInfo constructor
TUIUserInfo({})
Implementation
TUIUserInfo({
required this.userId,
required this.userName,
required this.avatarUrl,
required this.userRole,
this.nameCard,
this.hasAudioStream,
this.hasVideoStream,
this.hasScreenStream,
this.customInfo,
this.isMessageDisabled,
});