getOutputSelfVideoRotateAngle

TrueConf7/5/26Less than 1 minute

getOutputSelfVideoRotateAngle

Description

Get a current rotation angle of self-view.

void getOutputSelfVideoRotateAngle()

Response example

{
    "method": "getOutputSelfVideoRotateAngle",
    "requestId" : "1",
    "outputSelfVideoRotateAngle": 0,
    "result": true
}

Response Parameters

NameDescription
outputSelfVideoRotateAngleThe current turning angle of the self-view (specified in degrees). The following values are possible:
• 0
• 90
• 180
• 270
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: