pub struct InMeeting {
Show 53 fields pub alert_guest_join: bool, pub allow_live_streaming: bool, pub allow_participants_to_rename: bool, pub allow_show_zoom_windows: bool, pub annotation: bool, pub anonymous_question_answer: bool, pub attendee_on_hold: bool, pub auto_answer: bool, pub auto_saving_chat: bool, pub breakout_room: bool, pub chat: bool, pub closed_caption: bool, pub co_host: bool, pub custom_data_center_regions: bool, pub custom_live_streaming_service: bool, pub custom_service_instructions: String, pub data_center_regions: Vec<String>, pub dscp_audio: i64, pub dscp_marking: bool, pub dscp_video: i64, pub e_2e_encryption: bool, pub entry_exit_chime: Option<EntryExitChime>, pub far_end_camera_control: bool, pub feedback: bool, pub file_transfer: bool, pub group_hd: bool, pub join_from_desktop: bool, pub join_from_mobile: bool, pub meeting_reactions: bool, pub original_audio: bool, pub p_2p_connetion: bool, pub p_2p_ports: bool, pub polling: bool, pub ports_range: String, pub post_meeting_feedback: bool, pub private_chat: bool, pub record_play_own_voice: bool, pub remote_control: bool, pub request_permission_to_unmute: bool, pub screen_sharing: bool, pub sending_default_email_invites: bool, pub show_a_join_from_your_browser_link: bool, pub show_meeting_control_toolbar: bool, pub stereo_audio: bool, pub use_html_format_email: bool, pub virtual_background: bool, pub virtual_background_settings: Option<VirtualBackgroundSettings>, pub watermark: bool, pub webinar_question_answer: bool, pub whiteboard: bool, pub who_can_share_screen: Option<WhoCanShareScreen>, pub who_can_share_screen_when_someone_is_sharing: Option<WhoCanShareScreen>, pub workplace_by_facebook: bool,
}
Expand description

Account Settings: In Meeting.

Fields

alert_guest_join: bool

Account Settings: In Meeting.

allow_live_streaming: bool

Account Settings: In Meeting.

allow_participants_to_rename: bool

Account Settings: In Meeting.

allow_show_zoom_windows: bool

Account Settings: In Meeting.

annotation: bool

Account Settings: In Meeting.

anonymous_question_answer: bool

Account Settings: In Meeting.

attendee_on_hold: bool

Account Settings: In Meeting.

auto_answer: bool

Account Settings: In Meeting.

auto_saving_chat: bool

Account Settings: In Meeting.

breakout_room: bool

Account Settings: In Meeting.

chat: bool

Account Settings: In Meeting.

closed_caption: bool

Account Settings: In Meeting.

co_host: bool

Account Settings: In Meeting.

custom_data_center_regions: bool

Account Settings: In Meeting.

custom_live_streaming_service: bool

Account Settings: In Meeting.

custom_service_instructions: String

Account Settings: In Meeting.

data_center_regions: Vec<String>

Account Settings: In Meeting.

dscp_audio: i64

Account Settings: In Meeting.

dscp_marking: bool

Account Settings: In Meeting.

dscp_video: i64

Account Settings: In Meeting.

e_2e_encryption: bool

Account Settings: In Meeting.

entry_exit_chime: Option<EntryExitChime>

Account Settings: In Meeting.

far_end_camera_control: bool

Account Settings: In Meeting.

feedback: bool

Account Settings: In Meeting.

file_transfer: bool

Account Settings: In Meeting.

group_hd: bool

Account Settings: In Meeting.

join_from_desktop: bool

Account Settings: In Meeting.

join_from_mobile: bool

Account Settings: In Meeting.

meeting_reactions: bool

Account Settings: In Meeting.

original_audio: bool

Account Settings: In Meeting.

p_2p_connetion: bool

Account Settings: In Meeting.

p_2p_ports: bool

Account Settings: In Meeting.

polling: bool

Account Settings: In Meeting.

ports_range: String

Account Settings: In Meeting.

post_meeting_feedback: bool

Account Settings: In Meeting.

private_chat: bool

Account Settings: In Meeting.

record_play_own_voice: bool

Account Settings: In Meeting.

remote_control: bool

Account Settings: In Meeting.

request_permission_to_unmute: bool

Account Settings: In Meeting.

screen_sharing: bool

Account Settings: In Meeting.

sending_default_email_invites: bool

Account Settings: In Meeting.

show_a_join_from_your_browser_link: bool

Account Settings: In Meeting.

show_meeting_control_toolbar: bool

Account Settings: In Meeting.

stereo_audio: bool

Account Settings: In Meeting.

use_html_format_email: bool

Account Settings: In Meeting.

virtual_background: bool

Account Settings: In Meeting.

virtual_background_settings: Option<VirtualBackgroundSettings>

Account Settings: In Meeting.

watermark: bool

Account Settings: In Meeting.

webinar_question_answer: bool

Account Settings: In Meeting.

whiteboard: bool

Account Settings: In Meeting.

who_can_share_screen: Option<WhoCanShareScreen>

Account Settings: In Meeting.

who_can_share_screen_when_someone_is_sharing: Option<WhoCanShareScreen>

Account Settings: In Meeting.

workplace_by_facebook: bool

Account Settings: In Meeting.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more