mirrorMode property

  1. @JsonKey(name: 'mirrorMode')
VideoMirrorModeType? mirrorMode
final

The mirror mode of the view. See VideoMirrorModeType. For the mirror mode of the local video view: If you use a front camera, the SDK enables the mirror mode by default; if you use a rear camera, the SDK disables the mirror mode by default. For the remote user: The mirror mode is disabled by default.

Implementation

@JsonKey(name: 'mirrorMode')
final VideoMirrorModeType? mirrorMode;