Package us.zoom.sdk

Enum Class SDKWhiteboardShareOption

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

public enum SDKWhiteboardShareOption extends Enum<SDKWhiteboardShareOption>
Enumeration of the whiteboard share options.
  • Enum Constant Details

    • SDKWhiteboardShareOption_HostShare

      public static final SDKWhiteboardShareOption SDKWhiteboardShareOption_HostShare
      Only the host can share a whiteboard.
    • SDKWhiteboardShareOption_HostGrabShare

      public static final SDKWhiteboardShareOption SDKWhiteboardShareOption_HostGrabShare
      Anyone can share a whiteboard, but only one can share at a time, and only the host can take another's sharing role.
    • SDKWhiteboardShareOption_AllGrabShare

      public static final SDKWhiteboardShareOption SDKWhiteboardShareOption_AllGrabShare
      Anyone can share whiteboard, but one share at a time, and anyone can take another's sharing role.
  • Method Details

    • values

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