# startBroadcastPicture

Description

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

void startBroadcastPicture(int iFileId)

Parameters

Name Description
iFileId 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

Response example

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

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025