mirror property

  1. @JsonKey(name: 'mirror')
bool? mirror
final

Whether to mirror the video for the local video mixing. true : Mirror the video for the local video mixing. false : (Default) Do not mirror the video for the local video mixing. This parameter only takes effect on video source types that are cameras.

Implementation

@JsonKey(name: 'mirror')
final bool? mirror;