getBroadcastSelfie

TrueConfLess than 1 minute

getBroadcastSelfie

Description: retrieve information about the refresh rate of your video on the HTTP server TrueConf Room API. Deprecated

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 - frame refresh rate on the HTTP server

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

See also: