mirrorMode property

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

Sets the mirror mode of the published local video stream. It only affects the video that the remote user sees. See VideoMirrorModeType. By default, the video is not mirrored.

Implementation

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