Agora Java API Reference for Android
|
Static Public Member Functions | |
static int | getValue (RtmPresenceType type) |
RTM presence type.
io.agora.rtm2.RtmConstants.RtmPresenceType.RTM_PRESENCE_TYPE_REMOTE_JOIN_CHANNEL =(0) |
0: Triggered when remote user join channel
io.agora.rtm2.RtmConstants.RtmPresenceType.RTM_PRESENCE_TYPE_REMOTE_LEAVE_CHANNEL =(1) |
1: Triggered when remote leave join channel
io.agora.rtm2.RtmConstants.RtmPresenceType.RTM_PRESENCE_TYPE_REMOTE_CONNECTION_TIMEOUT =(2) |
2: Triggered when remote user's connection timeout
io.agora.rtm2.RtmConstants.RtmPresenceType.RTM_PRESENCE_TYPE_REMOTE_JOIN_TOPIC =(3) |
3: Triggered when remote user join a topic
io.agora.rtm2.RtmConstants.RtmPresenceType.RTM_PRESENCE_TYPE_REMOTE_LEAVE_TOPIC =(4) |
4: Triggered when remote user leave a topic
io.agora.rtm2.RtmConstants.RtmPresenceType.RTM_PRESENCE_TYPE_SELF_JOIN_CHANNEL =(5) |
5: Triggered when local user join channel