# getBroadcastSelfie
Description
Get information about the framerate of the self-view on the TrueConf VideoSDK HTTP server
void getBroadcastSelfie()
Response example
{
"enabled" : true,
"fps" : 3,
"method" : "getBroadcastSelfie",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
enabled | Flag showing whether this feature is enabled |
fps | The refresh rate of your video frames on the HTTP server |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also