mirrorMode property

  1. @JsonKey(includeIfNull: false)
VideoMirrorMode? mirrorMode
getter/setter pair

Sets the mirror mode of the published local video stream. This member only affects the video that the remote user sees. See VideoMirrorMode.

Implementation

@JsonKey(includeIfNull: false)
VideoMirrorMode? mirrorMode;