orientationMode property Null safety

int orientationMode
read / write

Set the orientation mode of the local video encoding, The orientation mode is used for publishing the local video stream, which only affects the video picture seen by remote users. For more information, see {@link NERtcVideoOutputOrientationMode}.

Implementation

int orientationMode = NERtcVideoOutputOrientationMode.adaptative;