On_broadcastPictureStateChanged

TrueConf7/5/26Less than 1 minute

On_broadcastPictureStateChanged

Description

The notification received when an image is streamed instead of video

EventHandler<string> On_broadcastPictureStateChanged

Response example

{
    "event": "broadcastPictureStateChanged",
    "running": true,
    "fileName": "IMG_0494.jpg",
    "fileId": 1540297789,
    "method": "event"
}

Response Parameters

NameDescription
runningField showing whether the picture display has been started
fileNameName of the file being displayed. The field is unavailable if picture display is not enabled
fileIdUnique identifier of a file on the built-in HTTP server. The field is unavailable if picture display is not enabled

See also

Last Updated: