TeamTalk 5 Java DLL Version 5.18.0.5154 - Unreleased
|
A struct containing the properties of a user account. More...
Public Attributes | |
string | szUsername |
The account's username. | |
string | szPassword |
The account's password. | |
UserType | uUserType |
A bitmask of the type of user based on BearWare.UserType. | |
UserRight | uUserRights |
A bitmask based on BearWare.UserRight which specifies the rights the user have who logs onto the server. A user of type BearWare.UserType.USERTYPE_ADMIN by default has all rights. | |
int | nUserData |
A user data field which can be used for additional information. The nUserData field of the BearWare.User struct will contain this value when a user who logs in with this account. | |
string | szNote |
Additional notes about this user. | |
string | szInitChannel |
User should (manually) join this channel after login. If an initial channel is specified in the user's account then no password is required for the user to join the channel. | |
int[] | autoOperatorChannels |
Channels where this user will automatically become channel operator when joining. The channels must be of type BearWare.ChannelType.CHANNEL_PERMANENT. | |
int | nAudioCodecBpsLimit |
Bandwidth restriction for audio codecs created by this user. This value will hold the highest bitrate which is allowed for audio codecs. 0 = no limit. | |
AbusePrevention | abusePrevent |
Properties which can be set to prevent abuse of a server, e.g. limit number of commands issued. | |
string | szLastModified |
Timestamp of last modification of user account. Date/time is converted local time. | |
string | szLastLoginTime |
Timestamp of user account's last successful login. Read-only property. Date/time is converted local time. | |
A struct containing the properties of a user account.
A registered user is one that has a user account on the server.
Definition at line 2091 of file TeamTalk.cs.
string BearWare.UserAccount.szUsername |
The account's username.
Definition at line 2095 of file TeamTalk.cs.
string BearWare.UserAccount.szPassword |
The account's password.
Definition at line 2098 of file TeamTalk.cs.
UserType BearWare.UserAccount.uUserType |
A bitmask of the type of user based on BearWare.UserType.
Definition at line 2100 of file TeamTalk.cs.
UserRight BearWare.UserAccount.uUserRights |
A bitmask based on BearWare.UserRight which specifies the rights the user have who logs onto the server. A user of type BearWare.UserType.USERTYPE_ADMIN by default has all rights.
Definition at line 2104 of file TeamTalk.cs.
int BearWare.UserAccount.nUserData |
A user data field which can be used for additional information. The nUserData field of the BearWare.User struct will contain this value when a user who logs in with this account.
Definition at line 2108 of file TeamTalk.cs.
string BearWare.UserAccount.szNote |
Additional notes about this user.
Definition at line 2111 of file TeamTalk.cs.
string BearWare.UserAccount.szInitChannel |
User should (manually) join this channel after login. If an initial channel is specified in the user's account then no password is required for the user to join the channel.
Definition at line 2117 of file TeamTalk.cs.
int [] BearWare.UserAccount.autoOperatorChannels |
Channels where this user will automatically become channel operator when joining. The channels must be of type BearWare.ChannelType.CHANNEL_PERMANENT.
Definition at line 2122 of file TeamTalk.cs.
int BearWare.UserAccount.nAudioCodecBpsLimit |
Bandwidth restriction for audio codecs created by this user. This value will hold the highest bitrate which is allowed for audio codecs. 0 = no limit.
Definition at line 2126 of file TeamTalk.cs.
AbusePrevention BearWare.UserAccount.abusePrevent |
Properties which can be set to prevent abuse of a server, e.g. limit number of commands issued.
Requires TeamTalk version 5.2.3.4896.
Definition at line 2131 of file TeamTalk.cs.
string BearWare.UserAccount.szLastModified |
Timestamp of last modification of user account. Date/time is converted local time.
Definition at line 2135 of file TeamTalk.cs.
string BearWare.UserAccount.szLastLoginTime |
Timestamp of user account's last successful login. Read-only property. Date/time is converted local time.
Definition at line 2139 of file TeamTalk.cs.