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: StringUser’s first name.
customer_key: StringUser’s first name.
data_center: StringUser’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: StringUser’s first name.
email: StringUser’s first name.
harddisk_id: StringUser’s first name.
id: StringUser’s first name.
ip_address: StringUser’s first name.
join_time: Option<DateTime<Utc>>Account subscription start date and time.
leave_reason: StringUser’s first name.
leave_time: Option<DateTime<Utc>>Account subscription start date and time.
location: StringUser’s first name.
mac_addr: StringUser’s first name.
microphone: StringUser’s first name.
network_type: StringUser’s first name.
pc_name: StringUser’s first name.
recording: boolEnable/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: StringUser’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: StringUser’s first name.
user_id: StringUser’s first name.
user_name: StringUser’s first name.
version: StringUser’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 ==.