Agora RTC Objective-C API Reference  Refactor
Properties
AgoraMixedAudioStream Class Reference

Inherits <NSObject>.

Properties

AgoraAudioSourceType sourceType
 
NSUInteger remoteUserUid
 
NSString *_Nullable channelId
 
NSUInteger trackId
 

Detailed Description

The definition of AgoraMixedAudioStream.

Property Documentation

◆ sourceType

- (AgoraAudioSourceType) sourceType
readwritenonatomicassign

Source type of audio stream.

◆ remoteUserUid

- (NSUInteger) remoteUserUid
readwritenonatomicassign

Remote user uid if sourceType is remote.

◆ channelId

- (NSString* _Nullable) channelId
readwritenonatomiccopy

Remote channel Id of the remote user.

◆ trackId

- (NSUInteger) trackId
readwritenonatomicassign

Track id for custom audio track.