Enum RCCallPlusSessionStatus

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final int value
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE
      IDLE

      当前通话处于空闲状态

      CALLING

      当前通话处于发起状态

      CONNECTING

      当前通话处于连接中状态

      ON_CALL

      当前通话处于通话中状态

      ENDED

      当前通话处于已结束状态

      ERROR

      当前通话处于错误状态

    • Constructor Detail

    • Method Detail

      • values

         static Array<RCCallPlusSessionStatus> values()

        Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

        Returns:

        an array containing the constants of this enum type, in the order they're declared

      • valueOf

         static RCCallPlusSessionStatus valueOf(String name)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

        Returns:

        the enum constant with the specified name