getBroadcastPicture
Less than 1 minute
getBroadcastPicture
Description: retrieve information about the image being broadcast instead of video from the camera connected to TrueConf Room API (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 broadcast imagefileId- unique file identifier on the built-in HTTP serverrequestId- a unique request identifier. You can find more details about it here.
See also: