setReplaceBackground

TrueConfLess than 1 minute

setReplaceBackground

Description: set the status of the background replacement feature. v4.2.0+

Request example:

{
    "method" : "setReplaceBackground",
    "requestId" : "1",
    "fileId" : 346234218,
    "enabled" : true
}

Response example:

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

Parameter description:

  • enabled - the state of the background replacement feature that needs to be set

  • fileId is an optional parameter that represents the file identifier on the built-in HTTP server. This file must be uploaded beforehand and is used to replace the background. If the parameter is not specified, the default background is used.

  • requestId - a unique request identifier. You can find more details about it here.

See also: