Package io.agora.rtc2

Class IRtcEngineEventHandler.UserOfflineReason

java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.UserOfflineReason
Enclosing class:
IRtcEngineEventHandler

@Deprecated public static class IRtcEngineEventHandler.UserOfflineReason extends Object
Deprecated.
Use the new Constants class with the same constants value
  • Field Details

    • USER_OFFLINE_QUIT

      public static final int USER_OFFLINE_QUIT
      Deprecated.
      The user has quit the call.
      See Also:
    • USER_OFFLINE_DROPPED

      public static final int USER_OFFLINE_DROPPED
      Deprecated.
      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.