Package us.zoom.sdk

Interface AudioSourceType


  • public interface AudioSourceType
    Meeting Audio Source Types.
    • Field Detail

      • AUDIO_SOURCE_SPEAKER_PHONE

        static final int AUDIO_SOURCE_SPEAKER_PHONE
        The audio source of meeting is phone speaker.
        See Also:
        Constant Field Values
      • AUDIO_SOURCE_EAR_PHONE

        static final int AUDIO_SOURCE_EAR_PHONE
        The audio source of meeting is earphone.
        See Also:
        Constant Field Values
      • AUDIO_SOURCE_WIRED

        static final int AUDIO_SOURCE_WIRED
        The audio source of meeting is wired.
        See Also:
        Constant Field Values
      • AUDIO_SOURCE_BLUETOOTH

        static final int AUDIO_SOURCE_BLUETOOTH
        The audio source of meeting is blue-tooth.
        See Also:
        Constant Field Values