Package us.zoom.sdk

Enum Class VideoScene

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

public enum VideoScene extends Enum<VideoScene>
  • Enum Constant Details

    • ACTIVE_SPEAKER

      public static final VideoScene ACTIVE_SPEAKER
    • DRIVER

      public static final VideoScene DRIVER
    • SHARE

      public static final VideoScene SHARE
    • SPOTLIGHT

      public static final VideoScene SPOTLIGHT
    • SIGN_LANGUAGE

      public static final VideoScene SIGN_LANGUAGE
    • IMMERSIVE

      public static final VideoScene IMMERSIVE
    • OFF_AIR

      public static final VideoScene OFF_AIR
    • HOST_WILL_BE_BACK

      public static final VideoScene HOST_WILL_BE_BACK
    • CLOUD_DOCUMENT_UI

      public static final VideoScene CLOUD_DOCUMENT_UI
    • UNKNOWN

      public static final VideoScene UNKNOWN
  • Method Details

    • values

      public static VideoScene[] 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 VideoScene 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