The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Teamspeak::Telnet::Channel - Teamspeak::Server have multiple Channels.

SEE ALSO

"Teamspeak::Telnet"

CLASS METHODS

parameter()

Returns a list with possible channel parameters.

new( id => $id, parent => $cl ... )

Creates a channel object. id, parent, order, maxusers, name, flags, password and topic will be set.

id()

Returns the identifier of the channel.

codec()

Returns the currently used Audio-Codec.

parent()

Returns the parent channel.

order()

Returns the priority value for the sorting order.

maxusers()

Returns the maximum allowed users at this channel.

name()

Returns the visible name of the channel.

flags()

Returns "Teamspeak::Flags".

password()

Returns the channel password.

topic()

Returns the channel topic.