zOrder property

  1. @JsonKey(includeIfNull: false)
int? zOrder
getter/setter pair

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 beyond this range, the SDK reports the error code ERR_INVALID_ARGUMENT. As of v2.3, the SDK supports setting zOrder to 0.

Implementation

@JsonKey(includeIfNull: false)
int? zOrder;