mirrorMode property Null safety
@JsonKey(includeIfNull: false), read / write
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;