Struct aws_sdk_chime::types::MediaPlacement
source · #[non_exhaustive]pub struct MediaPlacement { /* private fields */ }Expand description
A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.
Implementations§
source§impl MediaPlacement
impl MediaPlacement
sourcepub fn audio_host_url(&self) -> Option<&str>
pub fn audio_host_url(&self) -> Option<&str>
The audio host URL.
sourcepub fn audio_fallback_url(&self) -> Option<&str>
pub fn audio_fallback_url(&self) -> Option<&str>
The audio fallback URL.
sourcepub fn screen_data_url(&self) -> Option<&str>
pub fn screen_data_url(&self) -> Option<&str>
The screen data URL.
sourcepub fn screen_sharing_url(&self) -> Option<&str>
pub fn screen_sharing_url(&self) -> Option<&str>
The screen sharing URL.
sourcepub fn screen_viewing_url(&self) -> Option<&str>
pub fn screen_viewing_url(&self) -> Option<&str>
The screen viewing URL.
sourcepub fn signaling_url(&self) -> Option<&str>
pub fn signaling_url(&self) -> Option<&str>
The signaling URL.
sourcepub fn turn_control_url(&self) -> Option<&str>
pub fn turn_control_url(&self) -> Option<&str>
The turn control URL.
sourcepub fn event_ingestion_url(&self) -> Option<&str>
pub fn event_ingestion_url(&self) -> Option<&str>
The event ingestion URL to which you send client meeting events.
source§impl MediaPlacement
impl MediaPlacement
sourcepub fn builder() -> MediaPlacementBuilder
pub fn builder() -> MediaPlacementBuilder
Creates a new builder-style object to manufacture MediaPlacement.
Trait Implementations§
source§impl Clone for MediaPlacement
impl Clone for MediaPlacement
source§fn clone(&self) -> MediaPlacement
fn clone(&self) -> MediaPlacement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MediaPlacement
impl Debug for MediaPlacement
source§impl PartialEq<MediaPlacement> for MediaPlacement
impl PartialEq<MediaPlacement> for MediaPlacement
source§fn eq(&self, other: &MediaPlacement) -> bool
fn eq(&self, other: &MediaPlacement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MediaPlacement
Auto Trait Implementations§
impl RefUnwindSafe for MediaPlacement
impl Send for MediaPlacement
impl Sync for MediaPlacement
impl Unpin for MediaPlacement
impl UnwindSafe for MediaPlacement
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more