setVoiceEarMonitorVolume abstract method

void setVoiceEarMonitorVolume(
  1. int volume
)

Set ear monitor volume

Through this interface, you can set the volume of the sound in the ear monitor effect. @param volume Ear monitor volume, range 0 - 100. @note If the volume is still too low after setting it to 100, you can set the volume to a maximum of 150, but a volume exceeding 100 may cause distortion, please operate with caution.

Implementation

void setVoiceEarMonitorVolume(int volume);