# setBroadcastSelfie

Description: enable or disable uploading frames from your camera to the HTTP server.

Request example:

{
    "method" : "setBroadcastSelfie",
    "requestId" : "1",
    "enabled" : true,
    "fps" : 3
}

Response example:

{
    "method" : "setBroadcastSelfie",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • enabled — Field showing whether it is necessary to enable/disable uploading frames to the HTTP server. It can be true or false.

  • fps — This field is available only when uploading frames needs to be enabled and shows the frame refresh rate on the HTTP server.

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

See also: