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.

  • volume : Ear monitor volume, range 0 - 100

Implementation

void setVoiceEarMonitorVolume(int volume);