enableAudioVolumeIndication abstract method
开启/关闭音量回调
开启后会定期通过 NEGroupMediaDelegate.onRemoteAudioVolumeIndication 回调音量信息。
enable true 开启,false 关闭
interval 回调间隔时间(毫秒)
返回 NEGroupMediaResult
Implementation
Future<NEGroupMediaResult> enableAudioVolumeIndication(
bool enable, int interval);