# 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 enabled

  • fps - the refresh rate of your video frames on the HTTP server

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

See also: