# 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"
}

Response example:

{
    "fileName" : "IMG_0494.jpg",
    "fileId" : 1508229934,
    "method" : "getBroadcastPicture",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • fileName - name of the broadcasted image

  • fileId - unique file identifier on the built-in HTTP server

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

See also: