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