public static class AgoraRtcService.UserOfflineReason
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
USER_OFFLINE_BECOME_AUDIENCE
2: The user switches the client role from the host to the audience.
|
static int |
USER_OFFLINE_DROPPED
1: Remote user is dropped due to timeout
|
static int |
USER_OFFLINE_QUIT
0: Remote user leaves channel actively
|
Constructor and Description |
---|
UserOfflineReason() |
public static final int USER_OFFLINE_QUIT
public static final int USER_OFFLINE_DROPPED
public static final int USER_OFFLINE_BECOME_AUDIENCE