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

Inherits <NSObject>.

Properties

NSString * topic
 
NSArray< NSString * > * publisherUserIds
 
NSArray< NSData * > * publisherMetas
 

Property Documentation

◆ topic

- (NSString*) topic
readwritenonatomiccopy

The name of the topic.

◆ publisherUserIds

- (NSArray<NSString *>*) publisherUserIds
readwritenonatomiccopy

The number of publisher in current topic.

◆ publisherMetas

- (NSArray<NSData *>*) publisherMetas
readwritenonatomiccopy

The metaData of publisher in current topic.