On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
Public Attributes | List of all members
io.agora.recording.common.Common.AudioVolumeInfo Class Reference

Public Attributes

long uid
 
int volume
 

Detailed Description

Properties of the audio volume information. An array containing the user ID and volume information for each speaker.

Member Data Documentation

◆ uid

long io.agora.recording.common.Common.AudioVolumeInfo.uid

The user ID of the speaker. The uid of the local user is 0.

◆ volume

int io.agora.recording.common.Common.AudioVolumeInfo.volume

The volume of the speaker. The value ranges between 0 (lowest volume) and 255 (highest volume).