VoipChannel
Summary
Properties
| Name | Type |
|---|---|
| name | string |
| defaultEmitterType | VoipEmitterType |
| players | Player{} |
Methods
| Method | Returns |
|---|---|
| AddPlayer(player: Player) | void |
| RemovePlayer(player: Player) | void |
| Close() | void |
Properties
name
string
defaultEmitterType
players
Player{}
The players that are in this channel.
Methods
AddPlayer
AddPlayer(player: Player)
Adds a player to this VoIP channel and informs all connected clients.
Parameters
| Name | Type | Description |
|---|---|---|
| player | Player |
RemovePlayer
RemovePlayer(player: Player)
Removes a player to this VoIP channel and informs all connected clients.
Parameters
| Name | Type | Description |
|---|---|---|
| player | Player |
Close
Close()
Closes this channel and informs all connected clients.
Last modified October 11, 2021: Add changelog for build 17768 (61745d67)