# 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 - unique identifier of a file on built-in HTTP server that has been pre-uploaded and will be used for broadcasting instead of its own video.

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

See also: