Struct zoom_api::types::MeetingLiveStreamStatusSettings [−][src]
pub struct MeetingLiveStreamStatusSettings {
pub active_speaker_name: bool,
pub display_name: String,
}Expand description
Update the settings of a live streaming session. The settings can only be updated for a live stream that has been stopped. You can not update the settings of an ongoing live stream.
Fields
active_speaker_name: boolUpdate the settings of a live streaming session. The settings can only be updated for a live stream that has been stopped. You can not update the settings of an ongoing live stream.
display_name: StringUpdate the settings of a live streaming session. The settings can only be updated for a live stream that has been stopped. You can not update the settings of an ongoing 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 MeetingLiveStreamStatusSettings
impl Sync for MeetingLiveStreamStatusSettings
impl Unpin for MeetingLiveStreamStatusSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more