On_logoImageChanged

TrueConf7/5/26About 1 min

On_logoImageChanged

Description

The notification indicating that the logo was changed

EventHandler<string> On_logoImageChanged

Response example

{
    "event": "logoImageChanged",
    "method": "event",
    "isCustomImage": true,
    "fileId": 13222992,
    "mode": 1
}

Response Parameters

NameDescription
isCustomImageA flag indicating if a custom image is used as a logo
fileIdThe unique identifier of a logo file on the built-in HTTP server (optional field)
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

See also

Last Updated: