setVoiceEarMonitorEnable abstract method

void setVoiceEarMonitorEnable(
  1. bool enable
)

Enable/disable 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.

  • enable : Whether to enable ear monitor

Implementation

void setVoiceEarMonitorEnable(bool enable);