# On_outputSelfVideoRotateAngleChanged
Description
The notification indicating that the turn angle of the self-view video has changed
EventHandler<string> On_outputSelfVideoRotateAngleChanged
Response example
{
"event": "outputSelfVideoRotateAngleChanged",
"rotateAngle": 90,
"method": "event"
}
Response Parameters
Name | Description |
---|---|
rotateAngle | The current turn angle of the self-view (specified in degrees) |
See also