zOrder property
The layer index number of the host's video. The value range is 0, 100
.
0: (Default) The host's video is the bottom layer.
100: The host's video is the top layer.
If the value is less than 0 or greater than 100, errInvalidArgument error is returned.
Setting zOrder to 0 is supported.
Implementation
@JsonKey(name: 'zOrder')
final int? zOrder;