# setOutputSelfVideoRotateAngle

Description: change the current turn angle for the self-view video stream (specified in degrees).

Example:

{
    "method" : "setOutputSelfVideoRotateAngle",
    "requestId" : "1",
    "rotateAngle" : 0
}

Response example:

{
    "method": "setOutputSelfVideoRotateAngle",
    "requestId" : "1",
    "result": true
}

Parameter description:

  • rotateAngle — the required turn angle of the self-view video stream (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: