javaAudioDeviceModuleCustomizer

val javaAudioDeviceModuleCustomizer: (builder: JavaAudioDeviceModule.Builder) -> Unit? = null

Called after default setup to allow for customizations on the JavaAudioDeviceModule.

Not used if audioDeviceModule is provided.

Note: We require setting the JavaAudioDeviceModule.Builder.setSamplesReadyCallback to provide support for LocalAudioTrack.addSink. If you wish to grab the audio samples from the local microphone track, use LocalAudioTrack.addSink instead of setting your own callback.