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

Inherits <NSObject>.

Properties

NSString * appId
 
NSString * token
 
NSInteger mccUid
 
NSUInteger maxCacheSize
 
NSString * mccDomain
 
id< AgoraMusicContentCenterEventDelegateeventDelegate
 

Property Documentation

◆ rtcEngine

- (AgoraRtcEngineKit* _Nullable) rtcEngine
readwritenonatomicassign

◆ appId

- (NSString*) appId
readwritenonatomiccopy

The app ID of the project that has enabled the music content center

◆ token

- (NSString*) token
readwritenonatomiccopy

music content center need token to connect with server

◆ mccUid

- (NSInteger) mccUid
readwritenonatomicassign

The user ID when using music content center. It can be different from that of the rtc product.

◆ maxCacheSize

- (NSUInteger) maxCacheSize
readwritenonatomicassign

The max number which the music content center caches cannot exceed 50.

◆ mccDomain

- (NSString*) mccDomain
readwritenonatomiccopy

@technical preview

◆ eventDelegate

- (id<AgoraMusicContentCenterEventDelegate>) eventDelegate
readwritenonatomicweak

Event handler to get callback result.