# setBackground

PRO

Description: select the background for VideoSDK/Room.

Example:

{
    "method": "setBackground",
    "requestId" : "1",
    "fileId": 84427739
}

Answer examples:

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

Parameter description:

  • fileId - file identifier on the built-in http server, which was previously uploaded and should be used as a background

  • requestId - unique request identifier. More details can be found here

See also: