extraData property
- Field description: Extra data in audio frame.
Message sent by remote users through
onLocalProcessedAudioFrame
that adds to audio frame will be callback through this field.
Implementation
@JsonKey(name: 'extraData')
@Uint8ListConverter()
Uint8List extraData;