UserAudioSpectrumInfo

Audio spectrum information of remote users.

public class UserAudioSpectrumInfo {
  private int uid;
  private AudioSpectrumInfo audioSpectrumInfo;
}

Properties

uid
User ID of the remote user.
audioSpectrumInfo
Audio spectrum information of the remote user. See AudioSpectrumInfo.