pub struct DashboardWebinarParticipantsResponse {Show 29 fields
pub audio_quality: Option<AudioQuality>,
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 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: String,
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 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.
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.
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: String
User’s first name.
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.
Audio quality of the participant.
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.
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.
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.
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§
Source§impl Clone for DashboardWebinarParticipantsResponse
impl Clone for DashboardWebinarParticipantsResponse
Source§fn clone(&self) -> DashboardWebinarParticipantsResponse
fn clone(&self) -> DashboardWebinarParticipantsResponse
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl<'de> Deserialize<'de> for DashboardWebinarParticipantsResponse
impl<'de> Deserialize<'de> for DashboardWebinarParticipantsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl JsonSchema for DashboardWebinarParticipantsResponse
impl JsonSchema for DashboardWebinarParticipantsResponse
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read moreSource§impl PartialEq for DashboardWebinarParticipantsResponse
impl PartialEq for DashboardWebinarParticipantsResponse
Source§fn eq(&self, other: &DashboardWebinarParticipantsResponse) -> bool
fn eq(&self, other: &DashboardWebinarParticipantsResponse) -> bool
self
and other
values to be equal, and is used by ==
.