# On_broadcastSelfieChanged
Description
The notification about the changes in self-view FPS sent to the HTTP server
EventHandler<string> On_broadcastSelfieChanged
Response example
{
"event": "broadcastSelfieChanged",
"enabled": true,
"fps": 30,
"method": "event"
}
Response Parameters
Name | Description |
---|---|
enabled | Shows whether frames are sent |
fps | Number of frames per second being uploaded to the HTTP server |
See also