# setBackground
Description
Select the background for TrueConf VideoSDK
void setBackground(int iFileId)
Parameters
Name | Description |
---|---|
iFileId | The identifier of a file on the built-in HTTP server that has been previously uploaded and is to be used as a background |
Response example
{
"method": "setBackground",
"requestId" : "1",
"result": true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also