 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
channel = C_VoiceChat.GetChannelForChannelType(channelType)
Arguments
- channelType
- Enum.ChatChannelType
Enum.ChatChannelType
| Value |
Field |
Description
|
| 0 |
None |
|
| 1 |
Custom |
|
| 2 |
Private_Party |
Documented as "PrivateParty"[1] [2]
|
| 3 |
Public_Party |
Documented as "PublicParty"
|
| 4 |
Communities |
|
Returns
- channel
- structure - VoiceChatChannel (nilable)
VoiceChatChannel
| Field |
Type |
Description
|
| name |
string |
|
| channelID |
number |
|
| channelType |
Enum.ChatChannelType |
|
| clubId |
string |
|
| streamId |
string |
|
| volume |
number |
|
| isActive |
boolean |
|
| isMuted |
boolean |
|
| isTransmitting |
boolean |
|
| isTranscribing |
boolean |
Added in 9.1.0
|
| members |
VoiceChatMember[] |
|
Enum.ChatChannelType
| Value |
Field |
Description
|
| 0 |
None |
|
| 1 |
Custom |
|
| 2 |
Private_Party |
Documented as "PrivateParty"[3] [4]
|
| 3 |
Public_Party |
Documented as "PublicParty"
|
| 4 |
Communities |
|
VoiceChatMember
| Field |
Type |
Description
|
| energy |
number |
|
| memberID |
number |
|
| isActive |
boolean |
|
| isSpeaking |
boolean |
|
| isMutedForAll |
boolean |
|
| isSilenced |
boolean |
|
Patch changes
Patch 8.0.1 (2018-07-17): Added.