Enum IosVoiceProcessingIOModes
Possible values to set the iOS Voice Processing IO Mode to. Note: These configuration values are only valid on iOS
Namespace: Unity.Services.Vivox
Assembly: Unity.Services.Vivox.dll
Syntax
public enum IosVoiceProcessingIOModes
Fields
Name | Description |
---|---|
Always | Default, always use the Voice Processing IO audio unit, no metter the audio configuration. |
ErrorOccurred | Returned when there was an error fetching the current value of the VoiceProcessingIOMode. |
Never | Never use the Voice Processing IO audio unit, no matter the audio configuration. |
OnSpeakerPhone | Use the Voice Processing IO audio unit only while the speaker phone is in use. |