# getBroadcastSelfie
Description: get information about the framerate of the self-view on the VideoSDK/Room HTTP server.
Request example:
{
"method" : "getBroadcastSelfie",
"requestId" : "1"
}
Response example:
{
"enabled" : true,
"fps" : 3,
"method" : "getBroadcastSelfie",
"requestId" : "1",
"result" : true
}
Parameter description:
enabled
— Flag showing whether this feature is enabledfps
- refresh rate of its video frames on the http serverrequestId
- unique request identifier. More details can be found here
See also: