Agora Java API Reference for Android
Static Public Attributes | List of all members
io.agora.rtc2.IRtcEngineEventHandler.UserOfflineReason Class Reference

Static Public Attributes

static final int USER_OFFLINE_QUIT = Constants.USER_OFFLINE_QUIT
 
static final int USER_OFFLINE_DROPPED = Constants.USER_OFFLINE_DROPPED
 

Detailed Description

Deprecated:
Use the new Constants class with the same constants value

Member Data Documentation

◆ USER_OFFLINE_QUIT

final int io.agora.rtc2.IRtcEngineEventHandler.UserOfflineReason.USER_OFFLINE_QUIT = Constants.USER_OFFLINE_QUIT
static

The user has quit the call.

◆ USER_OFFLINE_DROPPED

final int io.agora.rtc2.IRtcEngineEventHandler.UserOfflineReason.USER_OFFLINE_DROPPED = Constants.USER_OFFLINE_DROPPED
static

The SDK timed out and the user dropped offline because it has not received any data package for a period of time.