setBlur
Less than 1 minute
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 find more details about it here.
See also: