alpha property

  1. @JsonKey(name: 'alpha')
double? alpha
final

The transparency of the host's video. The value range is 0.0,1.0. 0.0: Completely transparent. 1.0: (Default) Opaque.

Implementation

@JsonKey(name: 'alpha')
final double? alpha;