Package com.sinch.android.rtc
Class AudioController.AudioRoutingConfig
-
- All Implemented Interfaces:
public final class AudioController.AudioRoutingConfigAutomatic routing configuration data.
-
-
Field Summary
Fields Modifier and Type Field Description private final AudioController.UseSpeakerphoneuseSpeakerphoneStateprivate final BooleanisBluetoothAudioManaged
-
Constructor Summary
Constructors Constructor Description AudioController.AudioRoutingConfig(AudioController.UseSpeakerphone useSpeakerphoneState, Boolean isBluetoothAudioManaged)
-
Method Summary
Modifier and Type Method Description final AudioController.UseSpeakerphonegetUseSpeakerphoneState()final BooleanisBluetoothAudioManaged()-
-
Constructor Detail
-
AudioController.AudioRoutingConfig
AudioController.AudioRoutingConfig(AudioController.UseSpeakerphone useSpeakerphoneState, Boolean isBluetoothAudioManaged)
- Parameters:
useSpeakerphoneState- controls if speakerphone can be used by AAR.isBluetoothAudioManaged- if set to true, allows to automatically reroute audio to Bluetooth headset when available.
-
-
Method Detail
-
getUseSpeakerphoneState
final AudioController.UseSpeakerphone getUseSpeakerphoneState()
-
isBluetoothAudioManaged
final Boolean isBluetoothAudioManaged()
-
-
-
-