zOrder property
The number of the layer to which the video for the local video mixing belongs. The value range is 0, 100
.
0: (Default) The layer is at the bottom.
100: The layer is at the top.
Implementation
@JsonKey(name: 'zOrder')
final int? zOrder;