enableVoiceEarMonitor method
Implementation
@override
Future<void> enableVoiceEarMonitor(bool enable) async {
LiveKitLogger.info("$tag($hashCode) enableVoiceEarMonitor:[enable:$enable]");
return await audioEffectManager?.enableVoiceEarMonitor(enable);
}