Package com.mux.sdk.webrtc.spaces
Class Spaces.SdkOptions
- java.lang.Object
-
- com.mux.sdk.webrtc.spaces.Spaces.SdkOptions
-
- Enclosing class:
- Spaces
public static class Spaces.SdkOptions extends java.lang.Object
Options which affect the whole instance of the SDK and are not alterable on a per-Space basis.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Spaces.SdkOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description boolean
attemptDisableLegacyAudioProcessing
android.media.AudioAttributes
audioAttributes
int
audioSource
boolean
defaultToSpeakerphone
boolean
useHardwareAcousticEchoCanceler
boolean
useHardwareNoiseSuppressor
-
-
-
Field Detail
-
audioSource
public final int audioSource
-
useHardwareAcousticEchoCanceler
public final boolean useHardwareAcousticEchoCanceler
-
useHardwareNoiseSuppressor
public final boolean useHardwareNoiseSuppressor
-
defaultToSpeakerphone
public final boolean defaultToSpeakerphone
-
audioAttributes
public final android.media.AudioAttributes audioAttributes
-
attemptDisableLegacyAudioProcessing
public final boolean attemptDisableLegacyAudioProcessing
-
-