A struct containing the properties of a user. More...
#include <TeamTalk4.h>
Public Attributes | |
INT32 | nUserID |
The user's ID. A value from 1 - 65535. | |
TTCHAR | szNickname [TT_STRLEN] |
The user's nickname. | |
TTCHAR | szUsername [TT_STRLEN] |
Username of user's account. | |
INT32 | nStatusMode |
The user's currently status mode. | |
TTCHAR | szStatusMsg [TT_STRLEN] |
The user's current status message. | |
INT32 | nChannelID |
The channel the user is currently participating in. 0 if none. | |
TTCHAR | szIPAddress [TT_STRLEN] |
The user's IP-address. | |
TTCHAR | szVersion [TT_STRLEN] |
The user's client version. | |
UserTypes | uUserType |
A bitmask of the type of user based on UserType. | |
UserStates | uUserState |
A bitmask of the user's current state, e.g. talking, muted, etc. | |
Subscriptions | uLocalSubscriptions |
A bitmask of what the local user subscribes to from this user. | |
Subscriptions | uPeerSubscriptions |
A bitmask of what this user subscribes to from local user. | |
INT32 | nUserData |
The nUserData of the UserAccount used by the user to log in. This field can be use to denote e.g. a database ID. | |
TTCHAR | szAudioFolder [TT_STRLEN] |
Store audio received from this user to this folder. | |
AudioFileFormat | uAFF |
The AudioFileFormat used for audio files. | |
TTCHAR | szAudioFileName [TT_STRLEN] |
Name of audio file currently being recorded. |
A struct containing the properties of a user.
INT32 User::nUserID |
The user's ID. A value from 1 - 65535.
TTCHAR User::szNickname[TT_STRLEN] |
The user's nickname.
TTCHAR User::szUsername[TT_STRLEN] |
Username of user's account.
INT32 User::nStatusMode |
The user's currently status mode.
TTCHAR User::szStatusMsg[TT_STRLEN] |
The user's current status message.
INT32 User::nChannelID |
The channel the user is currently participating in. 0 if none.
TTCHAR User::szIPAddress[TT_STRLEN] |
The user's IP-address.
TTCHAR User::szVersion[TT_STRLEN] |
The user's client version.
A bitmask of the type of user based on UserType.
A bitmask of the user's current state, e.g. talking, muted, etc.
A bitmask of what the local user subscribes to from this user.
A bitmask of what this user subscribes to from local user.
INT32 User::nUserData |
The nUserData of the UserAccount used by the user to log in. This field can be use to denote e.g. a database ID.
TTCHAR User::szAudioFolder[TT_STRLEN] |
Store audio received from this user to this folder.
The AudioFileFormat used for audio files.
TTCHAR User::szAudioFileName[TT_STRLEN] |
Name of audio file currently being recorded.