ZegoPCMParam constructor

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

Implementation

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