setMirrorMode

Sets the mirror mode of the video.

public void setVideoMirrorMode(Constants.VideoMirrorMode mode) throws RteException ;
Since
v4.5.0

Call timing

Call this method after setConfigs [3/3].

Restrictions

None.

Parameters

mode
The mirror mode. See VideoMirrorMode. The default value is AUTO, which means to be determined by the SDK. The SDK disables mirror mode by default.

Exception

If the method call fails, the SDK throws RteException and returns an error message. You need to catch the exception and handle it.