Skip to main content

smwebsdk.scene.ismicrophoneactive

Home > @soulmachines/smwebsdk > Scene > isMicrophoneActive

Scene.isMicrophoneActive() method

Specifies if the microphone is currently active and streaming audio to the server.

Signature:

isMicrophoneActive(): boolean;

Returns:

boolean

boolean

Usage:

const isMicrophoneActive = scene.isMicrophoneActive();