UserAudioSpectrumInfo
Audio spectrum information of the remote user.
export class UserAudioSpectrumInfo {
uid?: number;
spectrumData?: AudioSpectrumData;
}
Attributes
- uid
- The user ID of the remote user.
-
Audio spectrum information of the remote user.