Package us.zoom.sdk

Enum Class ZoomVideoSDKVideoSubscribeFailReason

java.lang.Object
java.lang.Enum<ZoomVideoSDKVideoSubscribeFailReason>
us.zoom.sdk.ZoomVideoSDKVideoSubscribeFailReason
All Implemented Interfaces:
Serializable, Comparable<ZoomVideoSDKVideoSubscribeFailReason>, Constable

public enum ZoomVideoSDKVideoSubscribeFailReason extends Enum<ZoomVideoSDKVideoSubscribeFailReason>
Brief Description:
Enumerates the reasons for a failed video subscription attempt.
  • Enum Constant Details

    • ZoomVideoSDKSubscribeFailReason_None

      public static final ZoomVideoSDKVideoSubscribeFailReason ZoomVideoSDKSubscribeFailReason_None
      No subscription failure (initial state).
    • ZoomVideoSDKSubscribeFailReason_NotSupport1080P

      public static final ZoomVideoSDKVideoSubscribeFailReason ZoomVideoSDKSubscribeFailReason_NotSupport1080P
      The subscription attempt failed because because subscription to 1080p is not supported.
    • ZoomVideoSDKSubscribeFailReason_HasSubscribeShare

      public static final ZoomVideoSDKVideoSubscribeFailReason ZoomVideoSDKSubscribeFailReason_HasSubscribeShare
      The subscription attempt failed because has already subscribed to shared video stream.
    • ZoomVideoSDKSubscribeFailReason_HasSubscribeExceededLimit

      public static final ZoomVideoSDKVideoSubscribeFailReason ZoomVideoSDKSubscribeFailReason_HasSubscribeExceededLimit
      The subscription attempt failed because has exceeded the maximum allowed subscription limit.
    • ZoomVideoSDKSubscribeFailReason_HasSubscribe1080POr720P

      public static final ZoomVideoSDKVideoSubscribeFailReason ZoomVideoSDKSubscribeFailReason_HasSubscribe1080POr720P
      The subscription attempt failed because has already subscribed to a 1080P or 720P video stream.
    • ZoomVideoSDKSubscribeFailReason_HasSubscribeOneShare

      public static final ZoomVideoSDKVideoSubscribeFailReason ZoomVideoSDKSubscribeFailReason_HasSubscribeOneShare
      The subscription attempt failed because has already subscribed to one shared video streams.
    • ZoomVideoSDKSubscribeFailReason_TooFrequentCall

      public static final ZoomVideoSDKVideoSubscribeFailReason ZoomVideoSDKSubscribeFailReason_TooFrequentCall
      The subscription attempt failed because subscription requests were made too frequently in a short period of time.
  • Method Details

    • values

      public static ZoomVideoSDKVideoSubscribeFailReason[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ZoomVideoSDKVideoSubscribeFailReason valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null