Developer Center
Video Call
API Reference
AgoraRtcAudioVolumeInfo Class Reference
Agora Objective-C API Reference for iOS/macOS
AgoraRtcAudioVolumeInfo Class Reference
Inherits from |
NSObject |
Declared in |
AgoraObjects.h |
Overview
Properties of the audio volume information.
An array containing the user ID and volume information for each speaker:
- uid: User ID of the speaker. The uid of the local user is 0.
- volume:Volume of the speaker. The value ranges between 0 (lowest volume) and 255 (highest volume).
@property (assign, nonatomic) NSUInteger uid
Declared In
AgoraObjects.h
The volume of the speaker. The value ranges between 0 (lowest volume) to 255 (highest volume).
@property (assign, nonatomic) NSUInteger volume
Declared In
AgoraObjects.h