setBackground

TrueConf7/5/26Less than 1 minute

setBackground

Description

Select the background for TrueConf VideoSDK

void setBackground(int iFileId)

Parameters

NameDescription
iFileIdThe identifier of a file on the built-in HTTP server that has been previously uploaded and is to be used as a background

Response example

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

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: