BearWare.Channel Struct Reference
[Channel Properties]

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

List of all members.

Public Attributes

int nParentID
 Parent channel ID. 0 means no parent channel, i.e. it's the root channel.
int nChannelID
 The channel's ID. A value from 1 - 65535.
string szName
 Name of the channel.
string szTopic
 Topic of the channel.
string szPassword
 Password to join the channel. When extracted through TeamTalk4.GetChannel() the password will only be set for users of user-type UserType.USERTYPE_ADMIN.
bool bPassword
 Whether password is required to join channel.
ChannelType uChannelType
 A bitmask of the type of channel based on ChannelType.
long nDiskQuota
 Number of bytes available for file storage.
string szOpPassword
 Operator password, i.e. for use with '/opme' command.
int nMaxUsers
 Max number of users in channel.
AudioCodec codec
 The audio codec used by users in the channel.
AudioConfig audiocfg
 The audio configuration which users who join the channel should use. If the audio configuration forces some options, e.g. AGC and denoising then these options will automatically be enabled and override what is currently set by TeamTalk4.EnableDenoising() and TeamTalk4.EnableAGC().
int[] voiceUsers
 The IDs of users who are allowed to transmit voice data to the channel. This setting only applies to channels of type ChannelType.CHANNEL_CLASSROOM. Only channel operators and administrators are allowed to change the users who are allowed to transmit data to a channel. Call BearWare.TeamTalk4.DoUpdateChannel() to update the list of users who are allowed to transmit data to the channel.
int[] videoUsers
 The IDs of users who are allowed to transmit video data to the channel. This setting only applies to channels of type ChannelType.CHANNEL_CLASSROOM. Only channel operators and administrators are allowed to change the users who are allowed to transmit data to a channel. Call BearWare.TeamTalk4.DoUpdateChannel() to update the list of users who are allowed to transmit data to the channel.
int[] desktopUsers
 The IDs of users who are allowed to share their desktop to the channel. This setting only applies to channels of type ChannelType.CHANNEL_CLASSROOM. Only channel operators and administrators are allowed to change the users who are allowed to transmit data to a channel. Call TeamTalk4.DoUpdateChannel() to update the list of users who are allowed to transmit data to the channel.

Detailed Description

A struct containing the properties of a channel.

See also:
TeamTalk4.GetChannel
ChannelType
AudioCodec

Member Data Documentation

Parent channel ID. 0 means no parent channel, i.e. it's the root channel.

The channel's ID. A value from 1 - 65535.

Name of the channel.

Topic of the channel.

Password to join the channel. When extracted through TeamTalk4.GetChannel() the password will only be set for users of user-type UserType.USERTYPE_ADMIN.

Whether password is required to join channel.

A bitmask of the type of channel based on ChannelType.

Number of bytes available for file storage.

Operator password, i.e. for use with '/opme' command.

See also:
UserRight.USERRIGHT_CHANNEL_COMMANDS

Max number of users in channel.

The audio codec used by users in the channel.

The audio configuration which users who join the channel should use. If the audio configuration forces some options, e.g. AGC and denoising then these options will automatically be enabled and override what is currently set by TeamTalk4.EnableDenoising() and TeamTalk4.EnableAGC().

Note:
Requires server and client version 4.1.0.1127 or later.

The IDs of users who are allowed to transmit voice data to the channel. This setting only applies to channels of type ChannelType.CHANNEL_CLASSROOM. Only channel operators and administrators are allowed to change the users who are allowed to transmit data to a channel. Call BearWare.TeamTalk4.DoUpdateChannel() to update the list of users who are allowed to transmit data to the channel.

Note:
Requires server version 4.1.0.994 or later.
See also:
TeamTalk4.IsChannelOperator
TeamTalk4.DoChannelOp
TransmitType.TRANSMIT_AUDIO
TeamTalk.TT_CLASSROOM_FREEFORALL

The IDs of users who are allowed to transmit video data to the channel. This setting only applies to channels of type ChannelType.CHANNEL_CLASSROOM. Only channel operators and administrators are allowed to change the users who are allowed to transmit data to a channel. Call BearWare.TeamTalk4.DoUpdateChannel() to update the list of users who are allowed to transmit data to the channel.

Note:
Requires server version 4.1.0.994 or later.
See also:
TeamTalk4.IsChannelOperator
TeamTalk4.DoChannelOp
TransmitType.TRANSMIT_VIDEO
TeamTalk.TT_CLASSROOM_FREEFORALL

The IDs of users who are allowed to share their desktop to the channel. This setting only applies to channels of type ChannelType.CHANNEL_CLASSROOM. Only channel operators and administrators are allowed to change the users who are allowed to transmit data to a channel. Call TeamTalk4.DoUpdateChannel() to update the list of users who are allowed to transmit data to the channel.

Note:
Requires server version 4.3.0.1490 or later.
See also:
TeamTalk4.IsChannelOperator
TeamTalk4.DoChannelOp
TeamTalk4.SendDesktopWindow()
TeamTalk.TT_CLASSROOM_FREEFORALL
Generated on Sun Mar 18 17:16:15 2012 for TeamTalk 4 .NET DLL by  doxygen 1.6.3