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

Inherits <NSObject>.

Properties

VIEW_CLASS *_Nullable view
 
BOOL enableAudio
 
BOOL enableVideo
 
NSString *_Nullable token
 
NSString *_Nonnull channelId
 

Property Documentation

◆ view

- (VIEW_CLASS* _Nullable) view
readwritenonatomicstrong

The video display view.

VIEW_CLASS is a general name for this property. See the following definitions for iOS and macOS:

  • iOS: UIView
  • MacOS: NSView

◆ enableAudio

- (BOOL) enableAudio
readwritenonatomicassign

Whether to enable audio.

◆ enableVideo

- (BOOL) enableVideo
readwritenonatomicassign

Whether to enable video.

◆ token

- (NSString* _Nullable) token
readwritenonatomiccopy

The token for join channel.

◆ channelId

- (NSString* _Nonnull) channelId
readwritenonatomiccopy

The channelId.