# getBackground
Description
Get information about the background used for the TrueConf VideoSDK start window
void getBackground()
Response example
{
"method": "getBackground",
"requestId" : "1",
"isCustomImage": true,
"fileId": 84427739,
"result": true
}
Response Parameters
| Name | Description |
|---|---|
| isCustomImage | The flag indicating if the custom background is used |
| fileId | The identifier of the file on the built-in HTTP server that is used as a background. This field is present only when a custom background set |
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also