VoiceChatChannel
A VoiceChatChannel represents a channel in voice chat, which may be used to find which players are in the channel and mute or unmute players.
Properties
| Property Name | Return Type | Description | Tags | 
|---|---|---|---|
| name | string | The name of this channel. | Read-Only | 
| channelType | VoiceChannelType | This channel's type. | Read-Only | 
Functions
| Function Name | Return Type | Description | Tags | 
|---|---|---|---|
| GetPlayers() | Array<Player> | Returns a list of players in this channel. | None | 
| IsPlayerInChannel(Player) | boolean | Returns trueif the given player is in this channel, otherwise returnsfalse. | None | 
| IsPlayerMuted(Player) | boolean | Returns trueif the given player is muted in this channel, otherwise returnsfalse. | None | 
| MutePlayer(Player) | none | Mutes the given player in this channel. | Server-Only | 
| UnmutePlayer(Player) | none | Unmutes the given player in this channel. | Server-Only | 
    
      Dernière mise à jour:
      25 septembre 2021