setVideoMirrorMode
Sets the video mirror mode.
public void setVideoMirrorMode(Constants.VideoMirrorMode mode) throws RteException
- Since
- Available since v4.4.0.
You must call this method before calling the setConfigs method.
Timing
You must call this method before calling setConfigs.
Parameters
- mode
- Mirror mode. See VideoMirrorMode. The default value is
AUTO, and the SDK automatically determines the mirror mode.
Exceptions
If the method call fails, the SDK throws an exception and returns the corresponding error information. You need to catch the exception and handle it accordingly.