setLocalVideoMirrorMode abstract method

Future<void> setLocalVideoMirrorMode(
  1. VideoMirrorModeType mirrorMode
)

Sets the local video mirror mode.

Deprecated: This method is deprecated. Use setupLocalVideo or setLocalRenderMode instead.

  • mirrorMode The local video mirror mode. See VideoMirrorModeType.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

Future<void> setLocalVideoMirrorMode(VideoMirrorModeType mirrorMode);