Agora Java API Reference for Android
|
Public Member Functions | |
TopicInfo (String topicName) | |
void | setTopicName (String topicName) |
Public Attributes | |
String | topicName |
ArrayList< String > | publisherUserIds |
ArrayList< String > | publisherMetas |
The information of a Topic.
String io.agora.rtm2.TopicInfo.topicName |
The name of the topic.
ArrayList<String> io.agora.rtm2.TopicInfo.publisherUserIds |
The publisher's user ids in current topic.
ArrayList<String> io.agora.rtm2.TopicInfo.publisherMetas |
The metaData of publisher in current topic.