AudioConnectionMode
The audio connection mode determines how the remote participant's audio stream is connected to
the AudioListener. The audio stream can be connected automatically, always, or never.
Enumeration Members
Always
The audio stream is always connected to the AudioListener.
Value
always
Auto
The audio stream is connected to the AudioListener automatically.
Value
auto
Remarks
This is the default mode. The AudioConnectionManager will automatically connect the audio
stream to the AudioListener when the participant is positioned in the vicinity of the
AudioListener.Never
The audio stream is never connected to the AudioListener.
Value
never