pub struct DashboardMeetingParticipantsResponse {
Show 32 fields pub audio_quality: Option<AudioQuality>, pub camera: String, pub connection_type: String, pub customer_key: String, pub data_center: String, pub device: Option<DashboardMeetingParticipantsResponseDevice>, pub domain: String, pub email: String, pub harddisk_id: String, pub id: String, pub in_room_participants: i64, pub ip_address: String, pub join_time: Option<DateTime<Utc>>, pub leave_reason: String, pub leave_time: Option<DateTime<Utc>>, pub location: String, pub mac_addr: String, pub microphone: String, pub network_type: Option<NetworkType>, pub pc_name: String, pub recording: bool, pub registrant_id: String, pub screen_share_quality: Option<AudioQuality>, pub share_application: bool, pub share_desktop: bool, pub share_whiteboard: bool, pub speaker: String, pub status: Option<DashboardMeetingParticipantsResponseStatus>, pub user_id: String, pub user_name: String, pub version: String, pub video_quality: Option<AudioQuality>,
}

Fields

audio_quality: Option<AudioQuality>

Audio quality of the participant.

camera: String

User’s first name.

connection_type: String

User’s first name.

customer_key: String

User’s first name.

data_center: String

User’s first name.

device: Option<DashboardMeetingParticipantsResponseDevice>

The type of device the participant used to join the meeting: * Phone — Participant joined via PSTN. * H.323/SIP — Participant joined via an H.323 or SIP device. * Windows — Participant joined via VoIP using a Windows device. * Mac — Participant joined via VoIP using a Mac device. * iOS — Participant joined via VoIP using an iOS device. * Android — Participant joined via VoIP using an Android device.

**Note:** This response returns an empty string (““) value for any users who are **not** a part of the host’s account (external users).

domain: String

User’s first name.

email: String

User’s first name.

harddisk_id: String

User’s first name.

id: String

User’s first name.

in_room_participants: i64

Account seats.

ip_address: String

User’s first name.

join_time: Option<DateTime<Utc>>

Account subscription start date and time.

leave_reason: String

User’s first name.

leave_time: Option<DateTime<Utc>>

Account subscription start date and time.

location: String

User’s first name.

mac_addr: String

User’s first name.

microphone: String

User’s first name.

network_type: Option<NetworkType>

The participant’s network type:

* Wired * Wifi * PPP — Point-to-Point. * Cellular — 3G, 4G, and 5G cellular. * Others — An unknown device.

pc_name: String

User’s first name.

recording: bool

Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.

registrant_id: String

User’s first name.

screen_share_quality: Option<AudioQuality>

Audio quality of the participant.

share_application: bool

Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.

share_desktop: bool

Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.

share_whiteboard: bool

Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.

speaker: String

User’s first name.

status: Option<DashboardMeetingParticipantsResponseStatus>

Indicates whether the participant is in the waiting room or in the meeting.

The value of this field can be in_meeting or in_waiting_room.

user_id: String

User’s first name.

user_name: String

User’s first name.

version: String

User’s first name.

video_quality: Option<AudioQuality>

Audio quality of the participant.

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