MicrophoneRecorder

Class: MicrophoneRecorder

Constructors

Constructor

new MicrophoneRecorder(): MicrophoneRecorder;

Returns

MicrophoneRecorder

Methods

start()

start(config): Promise<void>;

Starts recording from the microphone or provided stream.

Parameters

ParameterType
configMicrophoneConfig

Returns

Promise<void>


stop()

stop(): void;

Returns

void