# 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
Name | Description |
---|---|
running | Field showing whether the picture display has been started |
fileName | Name of the file being displayed. The field is unavailable if picture display is not enabled |
fileId | Unique identifier of a file on the built-in HTTP server. The field is unavailable if picture display is not enabled |
See also