adjustPlayoutVolume abstract method

Future<void> adjustPlayoutVolume(
  1. int volume
)

Adjusts the local playback volume.

  • volume The local playback volume, which ranges from 0 to 100: 0: Mute. 100: (Default) 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.

Implementation

Future<void> adjustPlayoutVolume(int volume);