setLogo

TrueConfLess than 1 minute

setLogo

Description: set a logo for TrueConf Room API. Admin

Example:

{
    "method": "setLogo",
    "requestId" : "1",
    "fileId": 0,
    "mode": 0
}

Answer examples:

{
    "method": "setLogo",
    "requestId" : "1",
    "result": true
}

Parameter description:

  • fileId - a unique identifier for the logo file on the embedded HTTP server that was previously uploaded.

  • mode — the logo display mode. The following values are possible:

    • 0 — the logo is scaled to fit the area sized at 440х82 in the lower left corner

    • 1— the logo is displayed without scaling

  • requestId - a unique request identifier. You can find more details about it here.

See also: