|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSUInteger | uid |
| NSUInteger | volume |
| NSUInteger | vad |
| double | voicePitch |
|
readwritenonatomicassign |
The user ID.
uid is 0.uid is the user ID of a remote user whose instantaneous volume is the highest.
|
readwritenonatomicassign |
The volume of the user. The value ranges between 0 (the lowest volume) and 255 (the highest volume). If the local user enables audio capturing and calls muteLocalAudioStream: and set it as YES to mute, the value of volume indicates the volume of locally captured audio signal. If the user calls startAudioMixing:loopback:cycle:startPos:, the value of volume indicates the volume after audio mixing.
|
readwritenonatomicassign |
Voice activity status of the local user.
vad parameter does not report the voice activity status of remote users. In a remote user's callback, the value of vad is always 1.reportVad to YES when calling enableAudioVolumeIndication:smooth:reportVad:.
|
readwritenonatomicassign |
The voice pitch of the local user. The value ranges between 0.0 and 4000.0.
voicePitch parameter does not report the voice pitch of remote users. In the remote users' callback, the value of voicePitch is always 0.0.