setInEarMonitoringVolume abstract method
Sets the volume of the in-ear monitor.
volume
The volume of the user. The value range is0,400
. 0: Mute. 100: (Default) The original volume. 400: Four times the original volume (amplifying the audio signals by four times).
Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.
Implementation
Future<void> setInEarMonitoringVolume(int volume);