adjustPlayoutVolume

Adjusts the local playback volume.

int adjustPlayoutVolume(int volume);

Timing

You can call this method before or after joining a channel.

Parameters

volume
The local playback volume. The valid range is 0 to 100:
  • 0: Mute.
  • 100: (Default) Original volume.

Return Values

  • 0: Success.
  • < 0: Failure.