# 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 - a unique request identifier. You can learn more about it here.

See also: