A voice_channel defines a group of agents who can communicate via voice chat.
An agent can be a member of more than one voice_channel.Voice channels can accommodate 80 members of the channel's Group. Agents beyond this limit are not included in the chat.A chat participant in a voice_channel may be restricted from voice chat based on parental controls and/or user settings.
Verse using statement |
using { /Verse.org/Chat } |
voice_channel<public>(member_info:has_voice_member_info):voice_channel(member_info)
This function is a parametric type, meaning it returns a class or interface rather than a value or object instance.
Parameters
voice_channel takes the following parameters:
| Name | Type | Description |
|---|---|---|
member_info |
has_voice_member_info |
Generated Class
voice_channel returns the parametric class voice_channel(member_info).
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with voice_channel in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |