# getOutputSelfVideoRotateAngle
Description: Get a current rotation angle of self-view.
Example:
{
"method": "getOutputSelfVideoRotateAngle",
"requestId" : "1"
}
Response example:
{
"method": "getOutputSelfVideoRotateAngle",
"requestId" : "1",
"outputSelfVideoRotateAngle": 0,
"result": true
}
Parameter description:
outputSelfVideoRotateAngle
— the current turning angle of the self-view (specified in degrees). The following values are possible:0
90
180
270
requestId
- unique request identifier. More details can be found here
See also: