adjustUserPlaybackSignalVolume abstract method
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 volume
Audio mixing volume. The value ranges between 0 and 100. The default value is 100, the original volume.
Param uid
The ID of the remote user.
Implementation
Future<void> adjustUserPlaybackSignalVolume(int uid, int volume);