Click or drag to resize
Channel Properties

The Channel type exposes the following members.

Properties
  NameDescription
Public propertyChannelEmptyTime
Time since the last client has left a temporary channel
Public propertyChannels
List of all subchannels in the channel
Public propertyClients
List of all clients in the channel, if the channel is currently subscribed.
Public propertyCodec
Codec used for this channel
Public propertyCodecIsUnencrypted
If true, this channel is not using encrypted voice data. If false, voice data is encrypted for this channel.
Public propertyCodecLatencyFactor
Latency of this channel.
Public propertyCodecQuality
Quality of channel codec of this channel. Valid values range from 0 to 10, default is 7. Higher values result in better speech quality but more bandwidth usage
Public propertyConnection
Server Connection
Public propertyDeleteDelay
This parameter defines how many seconds the server waits until a temporary channel is deleted when empty. When a temporary channel is created, a timer is started. If a user joins the channel before the countdown is finished, the channel is not deleted. After the last person has left the channel, the countdown starts again. DeleteDelay defines the length of this countdown in seconds. The time since the last client has left the temporary channel can be queried with ts3client_getChannelEmptySecs.
Public propertyDescription
Optional channel description. Can have multiple lines. Needs to be request with GetChannelDescription.
Public propertyID
ID of the channel
Public propertyIsDefault
Channel is the default channel. There can only be one default channel per server. New users who did not configure a channel to join on login in ts3client_startConnection will automatically join the default channel.
Public propertyIsPasswordProtected
If set, channel is password protected. The password itself is stored in ChannelPassword
Public propertyIsPermanent
Permanent channels will be restored when the server restarts.
Public propertyIsSemiPermanent
Semi-permanent channels are not automatically deleted when the last user left but will not be restored when the server restarts.
Public propertyMaxClients
Number of maximum clients who can join this channel
Public propertyMaxFamilyClients
Number of maximum clients who can join this channel and all subchannels
Public propertyName
Name of the channel
Public propertyOrder
Order is the Channel after which this channel is sorted. meaning its going to be the first Channel under Parent
Public propertyParent
The parent channel
Public propertyPassword
Optional password for password-protected channels.
Public propertyTopic
Single-line channel topic
Top
See Also