# 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 that has been previously uploaded.mode
— the logo display mode. The following values are possible:0
- the logo scales to the size of 440x82 pixels in the area in the lower left corner.1
— the logo is displayed without scaling
requestId
- unique request identifier. More details can be found here
See also: