Skip to Content
🚀 We just launched! Please star us on Github!

Microphone Channel

Channel Category: microphone

Represents audio input devices, reporting activity or capturing sound.


Required Properties

PropertyData TypeRangeUnitPermissions
activeBooltrue/false-RW (Read/Write)

Property Details

active

Indicates whether the microphone is muted:

  • true: Audio input is active.
  • false: Audio input is muted.

Optional Properties

PropertyData TypeRangeUnitPermissions
volumeUchar0–100%RW (Read/Write)

Property Details

volume

Represents the current volume level as a percentage:

  • 0: Minimum volume (silent).
  • 100: Maximum volume (full audio input).
Last updated on