On_backgroundImageChanged

TrueConf7/5/26Less than 1 minute

On_backgroundImageChanged

Description

The notification received when the background is changed

EventHandler<string> On_backgroundImageChanged

Response example

{
    "method": "event",
    "event": "backgroundImageChanged",
    "isCustomImage": true,
    "fileId": 84427739
}

Response Parameters

NameDescription
isCustomImageThe flag indicating if the custom background is used
fileIdThe identifier of the file on the built-in HTTP server that is used as a background. This field is present only when a custom background is set

See also

Last Updated: