TeamTalk 5 C-API DLL  Version 5.8B
User Struct Reference

A struct containing the properties of a user. More...

#include <TeamTalk.h>

Public Attributes

INT32 nUserID
 The user's ID. A value from 1 - TT_USERID_MAX. This property is set by the server and will not change after login. More...
 
TTCHAR szUsername [TT_STRLEN]
 The szUsername of the user's UserAccount. A user account is created by calling TT_DoNewUserAccount(). This property is set by the server and will not change after login.
More...
 
INT32 nUserData
 The nUserData of the user's UserAccount. This field can be use to denote e.g. a database ID. This property is set by the server and will not change after login. More...
 
UserTypes uUserType
 The uUserType of the user's UserAccount. This property is set by the server and will not change after login. More...
 
TTCHAR szIPAddress [TT_STRLEN]
 The user's IP-address. This value is set by the server. More...
 
UINT32 uVersion
 The user's client version. This property is set by the server and will not change after login. Three octets are used for the version number. Third octet is major, second octet is minor and third octet is build. I.e. 0x00050201 is version 5.2.1. More...
 
INT32 nChannelID
 The channel which the user is currently participating in. 0 if none. This value can change as a result of TT_DoJoinChannel() or TT_DoLeaveChannel(). Events CLIENTEVENT_CMD_USER_JOINED and CLIENTEVENT_CMD_USER_LEFT are posted when this value changes. More...
 
Subscriptions uLocalSubscriptions
 A bitmask of what the local user subscribes to from this user. Invoking TT_DoSubscribe() and TT_DoUnsubscribe() on the local client instance can change this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes. More...
 
Subscriptions uPeerSubscriptions
 A bitmask of what this user subscribes to from local client instance. Invoking TT_DoSubscribe() and TT_DoUnsubscribe() on the remote client instance can change this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes. More...
 
TTCHAR szNickname [TT_STRLEN]
 The user's nickname. Invoking TT_DoChangeNickname() changes this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes. More...
 
INT32 nStatusMode
 The user's current status mode. Invoke TT_DoChangeStatus() to change this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes. More...
 
TTCHAR szStatusMsg [TT_STRLEN]
 The user's current status message. Invoke TT_DoChangeStatus() to change this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes. More...
 
UserStates uUserState
 A bitmask of the user's current state, e.g. talking, muted, etc.
More...
 
TTCHAR szMediaStorageDir [TT_STRLEN]
 Store audio received from this user to this folder. More...
 
INT32 nVolumeVoice
 The user's voice volume level. Note that it's a virtual volume which is being set since the master volume affects the user volume. The value will be between SOUND_VOLUME_MIN and SOUND_VOLUME_MAX. More...
 
INT32 nVolumeMediaFile
 The user's voice volume level. Note that it's a virtual volume which is being set since the master volume affects the user volume. The value will be between SOUND_VOLUME_MIN and SOUND_VOLUME_MAX. More...
 
INT32 nStoppedDelayVoice
 The delay of when a user should no longer be considered as talking. More...
 
INT32 nStoppedDelayMediaFile
 The delay of when a user should no longer be considered playing audio of a media file. More...
 
float soundPositionVoice [3]
 User's position when using 3D-sound (DirectSound option). Index 0 is x-axis, index 1 is y-axis and index 2 is Z-axis. More...
 
float soundPositionMediaFile [3]
 User's position when using 3D-sound (DirectSound option). Index 0 is x-axis, index 1 is y-axis and index 2 is Z-axis. More...
 
TTBOOL stereoPlaybackVoice [2]
 Check what speaker a user is outputting to. If index 0 is TRUE then left speaker is playing. If index 1 is TRUE then right speaker is playing. More...
 
TTBOOL stereoPlaybackMediaFile [2]
 Check what speaker a user is outputting to. If index 0 is TRUE then left speaker is playing. If index 1 is TRUE then right speaker is playing. More...
 
INT32 nBufferMSecVoice
 The size of the buffer (in msec) to hold voice content. More...
 
INT32 nBufferMSecMediaFile
 The size of the buffer (in msec) to hold media file content. More...
 
INT32 nActiveAdaptiveDelayMSec
 the currently active adaptive jitter delay for received voice streams for this user. More...
 
TTCHAR szClientName [TT_STRLEN]
 The name of the client application which the user is using. This is the value passed as szClientName in TT_DoLoginEx() More...
 

Detailed Description

A struct containing the properties of a user.

See also
UserType
TT_GetUser

Definition at line 2124 of file TeamTalk.h.

Member Data Documentation

◆ nUserID

INT32 User::nUserID

The user's ID. A value from 1 - TT_USERID_MAX. This property is set by the server and will not change after login.

Definition at line 2129 of file TeamTalk.h.

◆ szUsername

TTCHAR User::szUsername[TT_STRLEN]

The szUsername of the user's UserAccount. A user account is created by calling TT_DoNewUserAccount(). This property is set by the server and will not change after login.

Definition at line 2134 of file TeamTalk.h.

◆ nUserData

INT32 User::nUserData

The nUserData of the user's UserAccount. This field can be use to denote e.g. a database ID. This property is set by the server and will not change after login.

Definition at line 2139 of file TeamTalk.h.

◆ uUserType

UserTypes User::uUserType

The uUserType of the user's UserAccount. This property is set by the server and will not change after login.

Definition at line 2143 of file TeamTalk.h.

◆ szIPAddress

TTCHAR User::szIPAddress[TT_STRLEN]

The user's IP-address. This value is set by the server.

Definition at line 2145 of file TeamTalk.h.

◆ uVersion

UINT32 User::uVersion

The user's client version. This property is set by the server and will not change after login. Three octets are used for the version number. Third octet is major, second octet is minor and third octet is build. I.e. 0x00050201 is version 5.2.1.

Definition at line 2151 of file TeamTalk.h.

◆ nChannelID

INT32 User::nChannelID

The channel which the user is currently participating in. 0 if none. This value can change as a result of TT_DoJoinChannel() or TT_DoLeaveChannel(). Events CLIENTEVENT_CMD_USER_JOINED and CLIENTEVENT_CMD_USER_LEFT are posted when this value changes.

Definition at line 2157 of file TeamTalk.h.

◆ uLocalSubscriptions

Subscriptions User::uLocalSubscriptions

A bitmask of what the local user subscribes to from this user. Invoking TT_DoSubscribe() and TT_DoUnsubscribe() on the local client instance can change this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes.

Definition at line 2163 of file TeamTalk.h.

◆ uPeerSubscriptions

Subscriptions User::uPeerSubscriptions

A bitmask of what this user subscribes to from local client instance. Invoking TT_DoSubscribe() and TT_DoUnsubscribe() on the remote client instance can change this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes.

Definition at line 2169 of file TeamTalk.h.

◆ szNickname

TTCHAR User::szNickname[TT_STRLEN]

The user's nickname. Invoking TT_DoChangeNickname() changes this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes.

Definition at line 2174 of file TeamTalk.h.

◆ nStatusMode

INT32 User::nStatusMode

The user's current status mode. Invoke TT_DoChangeStatus() to change this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes.

Definition at line 2179 of file TeamTalk.h.

◆ szStatusMsg

TTCHAR User::szStatusMsg[TT_STRLEN]

The user's current status message. Invoke TT_DoChangeStatus() to change this value. Event CLIENTEVENT_CMD_USER_UPDATE is posted if this value changes.

Definition at line 2184 of file TeamTalk.h.

◆ uUserState

UserStates User::uUserState

A bitmask of the user's current state, e.g. talking, muted, etc.

Definition at line 2187 of file TeamTalk.h.

◆ szMediaStorageDir

TTCHAR User::szMediaStorageDir[TT_STRLEN]

Store audio received from this user to this folder.

See also
TT_SetUserMediaStorageDir

Definition at line 2190 of file TeamTalk.h.

◆ nVolumeVoice

INT32 User::nVolumeVoice

The user's voice volume level. Note that it's a virtual volume which is being set since the master volume affects the user volume. The value will be between SOUND_VOLUME_MIN and SOUND_VOLUME_MAX.

See also
TT_SetUserVolume

Definition at line 2196 of file TeamTalk.h.

◆ nVolumeMediaFile

INT32 User::nVolumeMediaFile

The user's voice volume level. Note that it's a virtual volume which is being set since the master volume affects the user volume. The value will be between SOUND_VOLUME_MIN and SOUND_VOLUME_MAX.

See also
TT_SetUserVolume

Definition at line 2202 of file TeamTalk.h.

◆ nStoppedDelayVoice

INT32 User::nStoppedDelayVoice

The delay of when a user should no longer be considered as talking.

See also
TT_SetUserStoppedTalkingDelay

Definition at line 2206 of file TeamTalk.h.

◆ nStoppedDelayMediaFile

INT32 User::nStoppedDelayMediaFile

The delay of when a user should no longer be considered playing audio of a media file.

See also
TT_SetUserStoppedTalkingDelay

Definition at line 2210 of file TeamTalk.h.

◆ soundPositionVoice

float User::soundPositionVoice[3]

User's position when using 3D-sound (DirectSound option). Index 0 is x-axis, index 1 is y-axis and index 2 is Z-axis.

See also
TT_SetUserPosition()
SoundDevice

Definition at line 2215 of file TeamTalk.h.

◆ soundPositionMediaFile

float User::soundPositionMediaFile[3]

User's position when using 3D-sound (DirectSound option). Index 0 is x-axis, index 1 is y-axis and index 2 is Z-axis.

See also
TT_SetUserPosition()
SoundDevice

Definition at line 2220 of file TeamTalk.h.

◆ stereoPlaybackVoice

TTBOOL User::stereoPlaybackVoice[2]

Check what speaker a user is outputting to. If index 0 is TRUE then left speaker is playing. If index 1 is TRUE then right speaker is playing.

See also
TT_SetUserStereo

Definition at line 2225 of file TeamTalk.h.

◆ stereoPlaybackMediaFile

TTBOOL User::stereoPlaybackMediaFile[2]

Check what speaker a user is outputting to. If index 0 is TRUE then left speaker is playing. If index 1 is TRUE then right speaker is playing.

See also
TT_SetUserStereo

Definition at line 2230 of file TeamTalk.h.

◆ nBufferMSecVoice

INT32 User::nBufferMSecVoice

The size of the buffer (in msec) to hold voice content.

See also
TT_SetUserAudioStreamBufferSize()

Definition at line 2234 of file TeamTalk.h.

◆ nBufferMSecMediaFile

INT32 User::nBufferMSecMediaFile

The size of the buffer (in msec) to hold media file content.

See also
TT_SetUserAudioStreamBufferSize()

Definition at line 2238 of file TeamTalk.h.

◆ nActiveAdaptiveDelayMSec

INT32 User::nActiveAdaptiveDelayMSec

the currently active adaptive jitter delay for received voice streams for this user.

See also
TT_SetUserJitterControl

Definition at line 2242 of file TeamTalk.h.

◆ szClientName

TTCHAR User::szClientName[TT_STRLEN]

The name of the client application which the user is using. This is the value passed as szClientName in TT_DoLoginEx()

Definition at line 2246 of file TeamTalk.h.