Skip to content

@sibilance.is/client v0.1.0-alpha.4


@sibilance.is/client / react / SurveyMicButton

Function: SurveyMicButton()

ts
function SurveyMicButton(__namedParameters): Element;

Defined in: CmdPr/sibilance/client/src/components/SurveyMicButton.tsx:98

SurveyMicButton Component

Displays a microphone button for voice surveys with tree view and settings controls.

Parameters

ParameterType
__namedParametersSurveyMicButtonProps

Returns

Element

Example

tsx
<SurveyMicButton
  surveyId="my-survey-123"
  position="bottom-right"
  showTree={true}
  showSettings={true}
/>