Package us.zoom.sdk

Enum Class MeetingItem.AudioType

java.lang.Object
java.lang.Enum<MeetingItem.AudioType>
us.zoom.sdk.MeetingItem.AudioType
All Implemented Interfaces:
Serializable, Comparable<MeetingItem.AudioType>, Constable
Enclosing interface:
MeetingItem

public static enum MeetingItem.AudioType extends Enum<MeetingItem.AudioType>
Audio types when participants join the meeting..
  • Enum Constant Details

    • AUDIO_TYPE_VOIP

      public static final MeetingItem.AudioType AUDIO_TYPE_VOIP
      VoIP.
    • AUDIO_TYPE_TELEPHONY

      public static final MeetingItem.AudioType AUDIO_TYPE_TELEPHONY
      Telephone.
    • AUDIO_TYPE_VOIP_AND_TELEPHONE

      public static final MeetingItem.AudioType AUDIO_TYPE_VOIP_AND_TELEPHONE
      VoIP and telephone.
    • AUDIO_TYPE_THIRD_PARTY_AUDIO

      public static final MeetingItem.AudioType AUDIO_TYPE_THIRD_PARTY_AUDIO
      The third party audio.
  • Method Details

    • values

      public static MeetingItem.AudioType[] 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 MeetingItem.AudioType 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