public class MeetingOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
custom_meeting_id
Set to change meeting ID displayed on meeting view title.
|
int |
invite_options
Invitation options.
|
int |
meeting_views_options
Meeting view options.
|
boolean |
no_bottom_toolbar
Query whether to hide TOOLBAR at bottom.
|
boolean |
no_dial_in_via_phone
Query whether to hide CALL IN BY PHONE.
|
boolean |
no_dial_out_to_phone
Query whether to hide CALL OUT.
|
boolean |
no_disconnect_audio
Query whether to hide DISCONNECT AUDIO.
|
boolean |
no_driving_mode
Query whether to hide DRIVING MODE.
|
boolean |
no_invite
Query whether to hide INVITATION.
|
boolean |
no_meeting_end_message
Query whether to hide MESSAGE OF ENDING MEETING.
|
boolean |
no_meeting_error_message
Query whether to hide MEETING ERROR MESSAGE.
|
boolean |
no_share
Query whether to hide SHARE.
|
boolean |
no_titlebar
Query whether to hide MEETING TITLE-BAR.
|
boolean |
no_unmute_confirm_dialog
Query whether to hide host unmute yourself confirm dialog.
|
boolean |
no_video
Query whether to hide VIDEO.
|
boolean |
no_webinar_register_dialog
Query whether to hide webinar need register dialog.
|
java.lang.String |
participant_id
Participant ID.
|
Constructor and Description |
---|
MeetingOptions() |
public boolean no_driving_mode
public boolean no_invite
public boolean no_meeting_end_message
public boolean no_meeting_error_message
public boolean no_titlebar
public boolean no_bottom_toolbar
public boolean no_dial_in_via_phone
public boolean no_dial_out_to_phone
public boolean no_disconnect_audio
public boolean no_share
public boolean no_video
public int meeting_views_options
public int invite_options
public java.lang.String participant_id
public java.lang.String custom_meeting_id
public boolean no_unmute_confirm_dialog
public boolean no_webinar_register_dialog
InMeetingServiceListener.onJoinWebinarNeedUserNameAndEmail(InMeetingEventHandler)
InMeetingEventHandler.setRegisterWebinarInfo(String, String, boolean)