getLogo

TrueConf7/5/26About 1 min

getLogo

Description

Get information about the current logo

void getLogo()

Response example

{
    "method": "getLogo",
    "requestId" : "1",
    "isCustomImage": false,
    "result": true
}
{
    "method": "getLogo",
    "requestId" : "1",
    "isCustomImage": true,
    "mode": 1,
    "fileId": 13222992,
    "result": true
}

Response Parameters

NameDescription
isCustomImageA flag indicating if a custom image is used as a logo
fileIdThe unique identifier of a file on the built-in HTTP server (this field is optional)
modeThe logo display mode. The field may be absent. The following values are possible:
• 0 - The logo is scaled to fit the area sized at 440x82 in the lower left corner
• 1 - The logo is displayed without scaling
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: