AgoraRtmChannelMemberCount Class Reference

Inherits from NSObject
Declared in AgoraRtmKit.h

Overview

用于维护频道最新成员人数的数据结构。

  channelId

频道 ID(频道名)。

@property (nonatomic, copy, nonnull) NSString *channelId

Declared In

AgoraRtmKit.h

  count

频道最新成员人数。

@property (nonatomic, assign) int count

Discussion

NOTE 如果不能找到指定的 channelIdcount 将显示为 0。

Declared In

AgoraRtmKit.h