setBroadcastSelfie

TrueConf7/5/26Less than 1 minute

setBroadcastSelfie

Description

Enable or disable uploading frames from your camera to the HTTP server

void setBroadcastSelfie(bool bEnabled, int iFps)

Parameters

NameDescription
bEnabledField showing whether it is necessary to enable/disable uploading frames to the HTTP server. It can be `true` or `false`
iFpsThis field is available only when uploading frames needs to be enabled and shows the frame refresh rate on the HTTP server

Response example

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

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: