|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| AgoraRtcEngineKit *_Nullable | rtcEngine |
| NSString * | appId |
| NSString * | token |
| NSInteger | mccUid |
| NSUInteger | maxCacheSize |
| NSString * | mccDomain |
| id< AgoraMusicContentCenterEventDelegate > | eventDelegate |
|
readwritenonatomicassign |
AgoraRtcEngineKit instance.
|
readwritenonatomiccopy |
The App ID of the project with content center enabled.
|
readwritenonatomiccopy |
The RTM Token used for authentication when using the music content center.
Deploy Token Server for details. When generating the Token, pass the String type mccUid to the uid parameter.renewToken: to pass in a new Token.
|
readwritenonatomicassign |
Uses the user ID for the music content center. This ID can be the same as the uid you use to join an RTC channel, but it cannot be 0.
|
readwritenonatomicassign |
The number of cacheable music resources must not exceed 50.
|
readwritenonatomiccopy |
@technical preview
|
readwritenonatomicweak |
Event handler to get callback result.