# getNoiseSuppression

Version: 4.3.0+

Description: Retrieve the current status of the noise suppression feature.

Request example:

{
    "method" : "getNoiseSuppression",
    "requestId" : "1"
}

Response example:

{
    "method" : "getNoiseSuppression",
    "requestId" : "1",
    "enabled" : "true",
    "result" : true
}

Parameter description:

  • enabled - a flag indicating the current status of the noise suppression feature

See also: