|
Agora Java API Reference for Android
|
Static Public Attributes | |
| static final int | USER_OFFLINE_QUIT = Constants.USER_OFFLINE_QUIT |
| static final int | USER_OFFLINE_DROPPED = Constants.USER_OFFLINE_DROPPED |
Reasons for the user going offline.
|
static |
0: The user quit the call.
|
static |
1: The SDK timed out and the user dropped offline because it has not received any data packet for a period of time.
USER_OFFLINE_DROPPED(1) instead of USER_OFFLINE_QUIT(0) due to system limitations.