Package io.agora.rtc2
Class IRtcEngineEventHandler.UserOfflineReason
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.UserOfflineReason
- Enclosing class:
- IRtcEngineEventHandler
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.The SDK timed out and the user dropped offline because it has not received any data package for a period of time.static final intDeprecated.The user has quit the call. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USER_OFFLINE_QUIT
public static final int USER_OFFLINE_QUITDeprecated.The user has quit the call.- See Also:
-
USER_OFFLINE_DROPPED
public static final int USER_OFFLINE_DROPPEDDeprecated.The SDK timed out and the user dropped offline because it has not received any data package for a period of time.- See Also:
-
-
Constructor Details
-
UserOfflineReason
public UserOfflineReason()Deprecated.
-
Constantsclass with the same constants value