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.ObjectOptions 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 classSpaces.SdkOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description booleanattemptDisableLegacyAudioProcessingandroid.media.AudioAttributesaudioAttributesintaudioSourcebooleandefaultToSpeakerphonebooleanuseHardwareAcousticEchoCancelerbooleanuseHardwareNoiseSuppressor
-
-
-
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
-
-