Signaling (previously RTM) SDK v1.5.0 API Reference for Windows (C++)
Public Attributes | List of all members
agora::rtm::ChannelMemberCount Struct Reference

#include <IAgoraRtmService.h>

Public Attributes

const char *  channelId
 
int  count
 

Member Data Documentation

◆ channelId

const char* agora::rtm::ChannelMemberCount::channelId

The ID of the channel.

◆ count

int agora::rtm::ChannelMemberCount::count

The current member count of the channel.

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