The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.