Enum SteamVoiceAssignment
How to handle automatically enabling voices for users when their ID is set. This does not stop you from manually assigning other voice recipients manually.
None - Do not automatically enable any voices.
Others - Automatically enable voices for other players.
Self - Automatically enable voice for yourself.
All - Automatically enable voices for other players and yourself.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public enum SteamVoiceAssignment : byte
Fields
| Name | Description |
|---|---|
| All | Automatically enable voices for other players and yourself. |
| None | Do not automatically enable any voices. |
| Others | Automatically enable voices for other players. |
| Self | Automatically enable voice for yourself. |