Package us.zoom.sdk

Class MeetingOptions

    • Field Detail

      • no_driving_mode

        public boolean no_driving_mode
        Query whether to hide DRIVING MODE.
      • no_invite

        public boolean no_invite
        Query whether to hide INVITATION.
      • no_meeting_end_message

        public boolean no_meeting_end_message
        Query whether to hide MESSAGE OF ENDING MEETING.
      • no_meeting_error_message

        public boolean no_meeting_error_message
        Query whether to hide MEETING ERROR MESSAGE.
      • no_titlebar

        public boolean no_titlebar
        Query whether to hide MEETING TITLE-BAR.
      • no_bottom_toolbar

        public boolean no_bottom_toolbar
        Query whether to hide TOOLBAR at bottom.
      • no_dial_in_via_phone

        public boolean no_dial_in_via_phone
        Query whether to hide CALL IN BY PHONE.
      • no_dial_out_to_phone

        public boolean no_dial_out_to_phone
        Query whether to hide CALL OUT.
      • no_disconnect_audio

        public boolean no_disconnect_audio
        Query whether to hide DISCONNECT AUDIO.
      • no_record

        public boolean no_record
        Set whether hide record
      • no_share

        public boolean no_share
        Query whether to hide SHARE.
      • no_video

        public boolean no_video
        Query whether to hide VIDEO.
      • meeting_views_options

        public int meeting_views_options
        Meeting view options.
      • invite_options

        public int invite_options
        Invitation options. The host can enable all the items to invite attendees.
      • customer_key

        public java.lang.String customer_key
        Participant ID. The max length of customer_key is 35.
      • custom_meeting_id

        public java.lang.String custom_meeting_id
        Set to change meeting ID displayed on meeting view title.
      • no_unmute_confirm_dialog

        public boolean no_unmute_confirm_dialog
        Query whether to hide host unmute yourself confirm dialog.
      • no_chat_msg_toast

        public boolean no_chat_msg_toast
        Set whether to hide chat message toast when receive a chat message
    • Constructor Detail

      • MeetingOptions

        public MeetingOptions()