extraData property

Uint8List? extraData
getter/setter pair

Extra data in audio frame, message sent by remote users through onLocalProcessedAudioFrame that add to audio frame will be callback through this field.

Implementation

Uint8List? extraData;