adjustLoopbackSignalVolume abstract method

Future<void> adjustLoopbackSignalVolume(
  1. int volume
)

Adjusts the volume of the signal captured by the sound card.

After calling enableLoopbackRecording to enable loopback audio capturing, you can call this method to adjust the volume of the signal captured by the sound card.

  • volume Audio mixing volume. The value ranges between 0 and 100. The default value is 100, which means the original volume.

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. < 0: Failure.

Implementation

Future<void> adjustLoopbackSignalVolume(int volume);