MicrophoneStatus enumeration
A party member’s microphone mode, from the team voice system (EMicrophoneStatus on the wire). Queried via IPartyRoster.GetMicStatus(charId).
public enum MicrophoneStatusValues
Section titled “Values”| name | value | description |
|---|---|---|
| Opened | 0 |
Mic on, listening (wire 0). |
| Closed | 1 |
Speak mode (wire 1). |
| OpenSpeaker | 2 |
Speaker muted (wire 2). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain