Struct zoom_api::types::WebinarLiveStreamStatusSettings [−][src]
pub struct WebinarLiveStreamStatusSettings {
pub active_speaker_name: bool,
pub display_name: String,
}Expand description
Update the live stream session’s settings. You can only update settings for a stopped live stream.
Fields
active_speaker_name: boolUpdate the live stream session’s settings. You can **only** update settings for a stopped live stream.
display_name: StringUpdate the live stream session’s settings. You can **only** update settings for a stopped live stream.
Trait Implementations
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>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for WebinarLiveStreamStatusSettings
impl Sync for WebinarLiveStreamStatusSettings
impl Unpin for WebinarLiveStreamStatusSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more