Agora Java API Reference for Android
Public Member Functions | List of all members
agora::rtm::IChannelMember Class Referenceabstract

#include <IAgoraRtmService.h>

Public Member Functions

virtual const char * getMemberId () const =0
 
virtual const char * getChannelId () const =0
 
virtual void release ()=0
 

Detailed Description

The IChannelMember class.

Member Function Documentation

◆ getMemberId()

virtual const char* agora::rtm::IChannelMember::getMemberId ( ) const
pure virtual

Gets the ID of the channel member.

Returns
The ID of the channel member.

◆ getChannelId()

virtual const char* agora::rtm::IChannelMember::getChannelId ( ) const
pure virtual

Gets the ID of the channel.

Returns
The ID of the channel.

◆ release()

virtual void agora::rtm::IChannelMember::release ( )
pure virtual

Releases the IChannelMember class.