Agora Java API Reference for Android
Static Public Member Functions | Public Attributes | List of all members
io.agora.rtm2.RtmConstants.RtmChannelType Enum Reference

Static Public Member Functions

static int getValue (RtmChannelType type)
 

Public Attributes

 RTM_CHANNEL_TYPE_MESSAGE =(0)
 
 RTM_CHANNEL_TYPE_STREAM =(1)
 

Detailed Description

RTM channel type.

Member Data Documentation

◆ RTM_CHANNEL_TYPE_MESSAGE

io.agora.rtm2.RtmConstants.RtmChannelType.RTM_CHANNEL_TYPE_MESSAGE =(0)

0: Message channel.

◆ RTM_CHANNEL_TYPE_STREAM

io.agora.rtm2.RtmConstants.RtmChannelType.RTM_CHANNEL_TYPE_STREAM =(1)

1: Stream channel.