setLogo

TrueConf7/5/26Less than 1 minute

setLogo

Description

Set the TrueConf VideoSDK logo

void setLogo(int iFileId, int iMode)

Parameters

NameDescription
iFileIdUnique identifier of the logo file on the built-in HTTP server, which was previously uploaded
iModeThe logo display mode. The following values are possible:
• 0 - The logo is scaled to fit the size of 440x82 pixels in the bottom left corner
• 1 - The logo is displayed without scaling

Response example

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

Response Parameters

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

See also

Last Updated: