# setLogo
Description
Set the TrueConf VideoSDK logo
void setLogo(int iFileId, int iMode)
Parameters
Name | Description |
---|---|
iFileId | Unique identifier of the logo file on the built-in HTTP server, which was previously uploaded |
iMode | The logo display mode. The following values are possible: • 0 - The logo is scaled to fit the size of 440x82 pixels in the bottom left corner • 1 - The logo is displayed without scaling |
Response example
{
"method": "setLogo",
"requestId" : "1",
"result": true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also