# getBroadcastPicture
Description: retrieve information about the image being broadcast instead of video from the camera connected to VideoSDK/Room (self-view).
Request example:
{ "method" : "getBroadcastPicture", "requestId" : "1" }
Copied!
Response example:
{ "fileName" : "IMG_0494.jpg", "fileId" : 1508229934, "method" : "getBroadcastPicture", "requestId" : "1", "result" : true }
Copied!
Parameter description:
fileName
- name of the broadcasted imagefileId
- unique file identifier on the built-in HTTP serverrequestId
- a unique request identifier. You can learn more about it here.
See also: