# setLogo
AdministratorDescription: set the VideoSDK/Room logo.
Example:
{
"method": "setLogo",
"requestId" : "1",
"fileId": 0,
"mode": 0
}
Answer examples:
{
"method": "setLogo",
"requestId" : "1",
"result": true
}
Parameter description:
fileId
- unique identifier of the logo file on the built-in HTTP server, which was previously uploadedmode
— the logo display mode. The following values are possible:0
- the logo is scaled to fit the size of 440x82 pixels in the bottom left corner1
— the logo is displayed without scaling
requestId
- a unique request identifier. You can learn more about it here.
See also: