setVoiceEarMonitorVolume abstract method

void setVoiceEarMonitorVolume(
  1. int volume
)

Setting In-Ear Monitoring Volume

  • This API is used to set the volume of in-ear monitoring.

  • Param:

    • volume(int):
      • Volume. Value range: 0-100; default: 100.

Note: If 100 is still not loud enough for you, you can set the volume up to 150, but there may be side effects.

Implementation

void setVoiceEarMonitorVolume(int volume);