AgoraRtmChannelMemberCount Class Reference

Inherits from NSObject
Declared in AgoraRtmKit.h

Overview

Data structure indicating the member count of a channel.

  channelId

The ID of the channel.

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

Declared In

AgoraRtmKit.h

  count

The current member count of the channel.

@property (nonatomic, assign) int count

Discussion

NOTE count is 0 if a channel with the specified channelId is not found.

Declared In

AgoraRtmKit.h