# setBlur

Description: set the state of the background blurring feature.

Request example:

{
    "method": "setBlur",
    "requestId" : "1",
    "enabled": true
}

Response example:

{
    "method": "setBlur",
    "requestId" : "1",
    "result": true
}

Parameter description:

  • enabled — the state of the background blurring feature that should be selected

  • requestId - unique request identifier. More details can be found here

See also: