|
Chat SDK for Unity and Windows v1.3.1
|
Public Attributes | |
| string | NickName = "" |
| string | AvatarUrl = "" |
| string | Email = "" |
| string | PhoneNumber = "" |
| string | Signature = "" |
| string | Birth = "" |
| string | UserId = "" |
| string | Ext = "" |
| int | Gender = 0 |
The user information class.
| string AgoraChat.UserInfo.NickName = "" |
The nickname of the user.
| string AgoraChat.UserInfo.AvatarUrl = "" |
The avatar URL of the user.
| string AgoraChat.UserInfo.Email = "" |
The email address of the user.
| string AgoraChat.UserInfo.PhoneNumber = "" |
The phone number of the user.
| string AgoraChat.UserInfo.Signature = "" |
The signature of the user.
| string AgoraChat.UserInfo.Birth = "" |
The birthday of the user.
| string AgoraChat.UserInfo.UserId = "" |
The user ID.
| string AgoraChat.UserInfo.Ext = "" |
The extension information of the user.
You can specify either an empty string or the custom information encapsulated as the JSON string.
| int AgoraChat.UserInfo.Gender = 0 |
The gender of the user.
0: Unknown.1: Male.2: Female.