getBackground

TrueConfLess than 1 minute

getBackground

Description: retrieve information about the background in the main window of TrueConf Room API.

Example:

{
    "method" : "getBackground",
    "requestId" : "1"
}

Answer examples:

{
    "method": "getBackground",
    "requestId" : "1",
    "isCustomImage": true,
    "fileId": 84427739,
    "result": true
}

Parameter description:

  • isCustomImage — the flag indicating if the custom background is used

  • fileId - the file identifier on the built-in HTTP server, used as a background. This field is present only when a custom background is set.

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

See also: