Meeting SDK for Android API Reference
|
Options to enable/disable functions in meeting. More...
Inherited by us.zoom.sdk.InstantMeetingOptions, us.zoom.sdk.JoinMeetingOptions, and us.zoom.sdk.StartMeetingOptions.
Public Member Functions | |
MeetingOptions () | |
Data Fields | |
boolean | no_driving_mode = false |
boolean | no_invite = false |
boolean | no_meeting_end_message = false |
boolean | no_meeting_error_message = false |
boolean | no_titlebar = false |
boolean | no_bottom_toolbar = false |
boolean | no_dial_in_via_phone = false |
boolean | no_dial_out_to_phone = false |
boolean | no_disconnect_audio = false |
boolean | no_record = false |
boolean | no_share = false |
boolean | no_video = false |
int | meeting_views_options = 0 |
int | invite_options = InviteOptions.INVITE_ENABLE_ALL |
String | customer_key = null |
String | custom_meeting_id = null |
boolean | no_unmute_confirm_dialog =false |
boolean | no_webinar_register_dialog =false |
boolean | no_chat_msg_toast = false |
AudioRawDataSamplingRate | audio_rawdata_samplingrate = AudioRawDataSamplingRate.AudioRawdataSamplingRate_32K |
Options to enable/disable functions in meeting.
Definition at line 10 of file MeetingOptions.java.
|
inline |
Definition at line 112 of file MeetingOptions.java.
AudioRawDataSamplingRate us.zoom.sdk.MeetingOptions.audio_rawdata_samplingrate = AudioRawDataSamplingRate.AudioRawdataSamplingRate_32K |
Definition at line 110 of file MeetingOptions.java.
String us.zoom.sdk.MeetingOptions.custom_meeting_id = null |
Set to change meeting ID displayed on meeting view title.
Definition at line 89 of file MeetingOptions.java.
String us.zoom.sdk.MeetingOptions.customer_key = null |
Participant ID. The max length of customer_key is 35.
Definition at line 84 of file MeetingOptions.java.
int us.zoom.sdk.MeetingOptions.invite_options = InviteOptions.INVITE_ENABLE_ALL |
Invitation options. The host can enable all the items to invite attendees.
Definition at line 79 of file MeetingOptions.java.
int us.zoom.sdk.MeetingOptions.meeting_views_options = 0 |
Meeting view options.
Definition at line 75 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_bottom_toolbar = false |
Query whether to hide TOOLBAR at bottom.
Definition at line 40 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_chat_msg_toast = false |
Set whether to hide chat message toast when receive a chat message
Definition at line 108 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_dial_in_via_phone = false |
Query whether to hide CALL IN BY PHONE.
Definition at line 45 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_dial_out_to_phone = false |
Query whether to hide CALL OUT.
Definition at line 50 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_disconnect_audio = false |
Query whether to hide DISCONNECT AUDIO.
Definition at line 55 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_driving_mode = false |
Query whether to hide DRIVING MODE.
Definition at line 15 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_invite = false |
Query whether to hide INVITATION.
Definition at line 20 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_meeting_end_message = false |
Query whether to hide MESSAGE OF ENDING MEETING.
Definition at line 25 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_meeting_error_message = false |
Query whether to hide MEETING ERROR MESSAGE.
Definition at line 30 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_record = false |
Set whether hide record
Definition at line 60 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_share = false |
Query whether to hide SHARE.
Definition at line 65 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_titlebar = false |
Query whether to hide MEETING TITLE-BAR.
Definition at line 35 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_unmute_confirm_dialog =false |
Query whether to hide host unmute yourself confirm dialog.
Definition at line 94 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_video = false |
Query whether to hide VIDEO.
Definition at line 70 of file MeetingOptions.java.
boolean us.zoom.sdk.MeetingOptions.no_webinar_register_dialog =false |
Query whether to hide webinar need register dialog.
if disable webinar register dialog, should handle InMeetingServiceListener#onJoinWebinarNeedUserNameAndEmail(InMeetingEventHandler)
InMeetingEventHandler#setRegisterWebinarInfo(String, String, boolean)
Definition at line 104 of file MeetingOptions.java.