setVoiceEarMonitorEnable abstract method

void setVoiceEarMonitorEnable(
  1. bool enable
)

Enable ear monitor

After the anchor enables ear monitor, they can hear their own voice captured by the microphone in the earphones. This effect is suitable for anchor singing application scenarios. @param enable Whether to enable. @note Due to the very high hardware latency of Bluetooth earphones, this effect cannot be enabled when the anchor is wearing Bluetooth earphones. Please try to prompt the anchor to wear wired earphones in the user interface.

Implementation

void setVoiceEarMonitorEnable(bool enable);