adjustUserPlaybackSignalVolume abstract method

Future<void> adjustUserPlaybackSignalVolume(
  1. int uid,
  2. int volume
)

Adjusts the playback signal volume of a specified remote user. You can call this method to adjust the playback volume of a specified remote user. To adjust the playback volume of different remote users, call the method as many times, once for each remote user. Call this method after joining a channel. The playback volume here refers to the mixed volume of a specified remote user.

Param uid The ID of the remote user.

Param volume The playback signal volume of a specified remote user.

Implementation

Future<void> adjustUserPlaybackSignalVolume(int uid, int volume);