setOutputSelfVideoRotateAngle
Less than 1 minute
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:090180270
requestId- a unique request identifier. You can find more details about it here.
See also: