setVoiceEarMonitorVolume method
Set the in-ear monitoring volume
Parameters:
volume
Volume. Value range: 0
–100
. Default value: 100
Platform not supported:
- web
- Windows
Implementation
Future<void> setVoiceEarMonitorVolume(int volume) {
return _channel
.invokeMethod('setVoiceEarMonitorVolume', {"volume": volume});
}