ZegoVocalsPCMParam constructor

ZegoVocalsPCMParam({
  1. required int dataLength,
  2. required Uint8List data,
})

Implementation

ZegoVocalsPCMParam({required this.dataLength, required this.data});