enableVoiceEarMonitor abstract method
Enabling In-Ear Monitoring
- 
After enabling in-ear monitoring, anchors can hear their own voice captured by the mic through earphones. This feature is designed for singing scenarios. 
- 
In-ear monitoring cannot be enabled for Bluetooth earphones due to high latency. Please remind anchors to use wired earphones via a UI reminder. 
- 
Given that not all phones deliver excellent in-ear monitoring effects, this feature has been blocked on some phones. 
- 
Param: - enable(bool):
- true: enable
- false: disable
 
 
- enable(bool):
Note: In-ear monitoring can be enabled only when earphones are used. Please remind anchors to use wired earphones.
Implementation
void enableVoiceEarMonitor(bool enable);