setAudioSource

open fun setAudioSource(audioSource: Int): STWConfiguration.Builder

Sets whether the app must use MediaRecorder.AudioSource.VOICE_COMMUNICATION as default audio source for full duplex call od must use the MediaRecorder.AudioSource.MIC.

Return

Builder This Builder object to allow for chaining of calls to set methods.

Parameters

audioSource

AudioSource the default option.