LocalInputAudioProcessor

The LocalInputAudioProcessor model allows receiving audio samples from a conference whenever the samples are sent.

Methods

onSample

onSample(sample: LocalInputAudioSamples): void

Called when a new set of input samples is ready to be processed. The method is supported in SDK 3.9 and later.

Parameters

NameTypeDescription
sampleLocalInputAudioSamplesThe input audio sample.