Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
NSString *_Nullable | appId |
AgoraChannelProfile | channelProfile |
NSString *_Nullable | license |
AgoraAudioScenario | audioScenario |
AgoraAreaCodeType | areaCode |
AgoraThreadPriorityType | threadPriority |
BOOL | domainLimit |
The config of AgoraRtcEngine.
|
readwritenonatomiccopy |
The App ID issued to the developers by Agora. Apply for a new one from Agora if it is missing from your kit.
|
readwritenonatomicassign |
The channel profile. See AgoraChannelProfile.
|
readwritenonatomiccopy |
The license used for verification when connectting channel. Charge according to the license
|
readwritenonatomicassign |
The audio application scenario. See AgoraAudioScenario.
AgoraAudioScenarioDefault = 0
AgoraAudioScenarioGameStreaming = 3
|
readwritenonatomicassign |
The region for connection. This advanced feature applies to scenarios that have regional restrictions.
For the regions that Agora supports, see AgoraAreaCodeType.
After specifying the region, the SDK connects to the Agora servers within that region.
|
readwritenonatomicstrong |
|
readwritenonatomicassign |
Thread priority for SDK common threads
|
readwritenonatomicweak |
|
readwritenonatomicassign |
Determines whether to enable domain limit.
true
: only connect to servers that already parsed by DNSfalse
: (Default) connect to servers with no limit