destroyRangeAudio method
- ZegoRangeAudio rangeAudio
Destroys a range audio instance.
Available since: 2.11.0 Description: Destroys a range audio instance.
rangeAudio
The range audio instance object to be destroyed.
Implementation
Future<void> destroyRangeAudio(ZegoRangeAudio rangeAudio) async {
return await ZegoExpressImpl.instance.destroyRangeAudio(rangeAudio);
}