Skip to content

Function: MicSelector()

ts
function MicSelector(props: UiMicSelectorProps): Block;

Defined in: src/renderer/blocks/index.ts:2777

Experimental

MicSelector — dropdown listing the browser's available microphone input devices. Pass name to sync the selected deviceId through the session state store.

Parameters

ParameterType
propsUiMicSelectorProps

Returns

Block

Matterway Assistant SDK Documentation