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
Name | Type | Description |
---|---|---|
sample | LocalInputAudioSamples | The input audio sample. |
Updated 2 days ago