<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [Scene](./smwebsdk.scene.md) &gt; [isMicrophoneActive](./smwebsdk.scene.ismicrophoneactive.md)

## Scene.isMicrophoneActive() method

Specifies if the microphone is currently active and streaming audio to the server.

**Signature:**

```typescript
isMicrophoneActive(): boolean;
```
**Returns:**

boolean

`boolean`

Usage:

```javascript
const isMicrophoneActive = scene.isMicrophoneActive();
```

