# getOutputSelfVideoRotateAngle
Description
Get a current rotation angle of self-view.
void getOutputSelfVideoRotateAngle()
Response example
{
"method": "getOutputSelfVideoRotateAngle",
"requestId" : "1",
"outputSelfVideoRotateAngle": 0,
"result": true
}
Response Parameters
Name | Description |
---|---|
outputSelfVideoRotateAngle | The current turning angle of the self-view (specified in degrees). The following values are possible: • 0 • 90 • 180 • 270 |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also