@sibilance.is/client v0.1.0-alpha.4
@sibilance.is/client / index / FloatingMicButton
Function: FloatingMicButton()
ts
function FloatingMicButton(__namedParameters): Element;Defined in: vowel/platform/client/dist/client/lib/vowel/components/FloatingMicButton.d.ts:63
FloatingMicButton Component
Displays a floating microphone button that shows voice session state.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | FloatingMicButtonProps |
Returns
Element
Example
tsx
<FloatingMicButton
isConnected={true}
isUserSpeaking={false}
onClick={handleStop}
/>