Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
NSString *_Nullable | appId |
AgoraChannelProfile | channelProfile |
AgoraAudioScenario | audioScenario |
AgoraAreaCodeType | areaCode |
AgoraRtcIntOptional *_Nullable | threadPriority |
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.
|
readwritenonatomicassign |
The audio application scenario. See AgoraAudioScenario.
AgoraAudioScenarioDefault = 0
AgoraAudioScenarioGameStreaming = 3
AgoraAudioScenarioHighDefinition = 6
|
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 |
|
readwritenonatomicstrong |
Thread priority for SDK common threads
|
readwritenonatomicweak |