# getBroadcastPicture
Description: get information about the image that is being broadcast instead of video from the camera (self view) connected to VideoSDK/Room.
Request example:
{
"method" : "getBroadcastPicture",
"requestId" : "1"
}
Response example:
{
"fileName" : "IMG_0494.jpg",
"fileId" : 1508229934,
"method" : "getBroadcastPicture",
"requestId" : "1",
"result" : true
}
Parameter description:
fileName
- the name of the translated imagefileId
- unique identifier of the file on built-in http serverrequestId
- unique request identifier. More details can be found here
See also: