# 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 - a unique request identifier. You can learn more about it here.

See also: