Click or drag to resize
Client Properties

The Client type exposes the following members.

Properties
  NameDescription
Public propertyChannel
The channel the client is currently joined
Public propertyConnection
Server Connection
Public propertyConnectionInfo
Server ConnectionInfo
Public propertyDefaultChannel
Default channel name used in the last Start Overload call. Only available for own client
Public propertyID
ID of the client
Public propertyIdleTime
Public propertyInputHardwareEnabled
Set if the clients capture device is not available. Always available for visible clients
Public propertyInputMuted
Indicates the mute status of the clients capture device. Always available for visible clients
Public propertyIsInputDeactivated
Determines if the sound input is deactivated , only usable for Self, not propagated to the network.
Public propertyIsRecording
Indicates a client is currently recording all voice data in his channel
Public propertyIsTalking
Set when the client is currently sending voice data to the server. Always available for visible clients.
Public propertyMetaData
Not used by TeamSpeak 3, offers free storage for SDK users. Always available for visible clients
Public propertyMuted
Indicates a client has been locally muted. Client-side only
Public propertyNickname
Nickname used by the client. This value is always automatically updated for visible clients
Public propertyOutputHardware
True if the clients playback device is not available. Always available for visible clients
Public propertyOutputMuted
Indicates the combined mute status of the clients playback and capture devices. Always available for visible clients
Public propertyOutputOnlyMuted
Indicates the mute status of the clients playback device. Always available for visible clients
Public propertyPlatform
Operating system used by this client. Needs to be requested with RequestClientVariables unless called on own client.
Public propertyUniqueIdentifier
Unique ID for this client. Stays the same after restarting the application, so you can use this to identify individual users
Public propertyVersion
Application version used by this client. Needs to be requested with RequestClientVariables unless called on own client
Public propertyVolumeModificator
The client volume modifier
Top
See Also