getBroadcastSelfie

TrueConf7/5/26Less than 1 minute

getBroadcastSelfie

Description

Get information about the framerate of the self-view on the TrueConf VideoSDK HTTP server

void getBroadcastSelfie()

Response example

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

Response Parameters

NameDescription
enabledFlag showing whether this feature is enabled
fpsThe refresh rate of your video frames on the HTTP server
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: