startBroadcastPicture

TrueConfLess than 1 minute

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 file identifier on the built-in HTTP server, which was previously uploaded and will be used for streaming instead of personal video.

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

See also: