# 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 - the identifier of a file on the built-in HTTP server that has been previously uploaded and is to be used as a background

  • requestId - a unique request identifier. You can learn more about it here.

See also: