# startBroadcastPicture

Description: Enable file display (pictures, .gif file, etc.) instead of your video.

Request example:

{
    "method" : "startBroadcastPicture",
    "requestId" : "1",
    "fileId" : 1508229934
}

Response example:

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

Parameter description:

  • fileId - a unique identifier of a file on the built-in HTTP server that has been previously uploaded and will be used for broadcasting in place of your own video

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

See also: