Uses of Class
com.sinch.android.rtc.AudioController.UseSpeakerphone
-
Packages that use AudioController.UseSpeakerphone Package Description com.sinch.android.rtc -
-
Uses of AudioController.UseSpeakerphone in com.sinch.android.rtc
Methods in com.sinch.android.rtc that return AudioController.UseSpeakerphone Modifier and Type Method Description AudioController.UseSpeakerphone
AudioController.AudioRoutingConfig. getUseSpeakerphoneState()
static AudioController.UseSpeakerphone
AudioController.UseSpeakerphone. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AudioController.UseSpeakerphone[]
AudioController.UseSpeakerphone. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sinch.android.rtc with parameters of type AudioController.UseSpeakerphone Constructor Description AudioRoutingConfig(AudioController.UseSpeakerphone useSpeakerphoneState, boolean manageBluetoothAudio)
Creates automatic routing configuration object.
-