Package us.zoom.sdk

Class MeetingViewsOptions


  • public class MeetingViewsOptions
    extends java.lang.Object
    The visibility of options on meeting view.
    • Field Detail

      • NO_BUTTON_VIDEO

        public static final int NO_BUTTON_VIDEO
        There is no button: VIDEO.
        See Also:
        Constant Field Values
      • NO_BUTTON_AUDIO

        public static final int NO_BUTTON_AUDIO
        There is no button: AUDIO.
        See Also:
        Constant Field Values
      • NO_BUTTON_SHARE

        public static final int NO_BUTTON_SHARE
        There is no button: SHARING.
        See Also:
        Constant Field Values
      • NO_BUTTON_PARTICIPANTS

        public static final int NO_BUTTON_PARTICIPANTS
        There is no button: PARTICIPANTS.
        See Also:
        Constant Field Values
      • NO_BUTTON_MORE

        public static final int NO_BUTTON_MORE
        There is no button: MORE.
        See Also:
        Constant Field Values
      • NO_TEXT_MEETING_ID

        public static final int NO_TEXT_MEETING_ID
        There is no text: MEETING ID.
        See Also:
        Constant Field Values
      • NO_TEXT_PASSWORD

        public static final int NO_TEXT_PASSWORD
        There is no text: PASSWORD.
        See Also:
        Constant Field Values
      • NO_BUTTON_LEAVE

        public static final int NO_BUTTON_LEAVE
        There is no button: LEAVING.
        See Also:
        Constant Field Values
      • NO_BUTTON_SWITCH_CAMERA

        public static final int NO_BUTTON_SWITCH_CAMERA
        There is no button: SWITCH CAMERA.
        See Also:
        Constant Field Values
      • NO_BUTTON_SWITCH_AUDIO_SOURCE

        public static final int NO_BUTTON_SWITCH_AUDIO_SOURCE
        There is no button: SWITCH AUDIO SOURCE.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MeetingViewsOptions

        public MeetingViewsOptions()