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

Inherits <NSObject>.

Properties

NSArray< AgoraMixedAudioStream * > *_Nullable audioInputStreams
 
BOOL syncWithLocalMic
 

Property Documentation

◆ audioInputStreams

- (NSArray<AgoraMixedAudioStream *>* _Nullable) audioInputStreams
readwritenonatomiccopy

The source of the audio streams that are mixed locally. See AgoraMixedAudioStream.

◆ syncWithLocalMic

- (BOOL) syncWithLocalMic
readwritenonatomicassign

Whether the mxied audio stream uses the timestamp of the audio frames captured by the local microphone.

  • YES: (Default) Yes. Set to this value if you want all locally captured audio streams synchronized.
  • NO: No. The SDK uses the timestamp of the audio frames at the time when they are mixed.