ZegoVocalRangeParam constructor

ZegoVocalRangeParam(
  1. double min,
  2. double max
)

Implementation

ZegoVocalRangeParam(this.min, this.max);