[][src]Struct rusoto_chime::MediaPlacement

pub struct MediaPlacement {
    pub audio_fallback_url: Option<String>,
    pub audio_host_url: Option<String>,
    pub screen_data_url: Option<String>,
    pub screen_sharing_url: Option<String>,
    pub screen_viewing_url: Option<String>,
    pub signaling_url: Option<String>,
    pub turn_control_url: Option<String>,
}

A set of endpoints used by clients to connect to the media service group for a Amazon Chime SDK meeting.

Fields

audio_fallback_url: Option<String>

The audio fallback URL.

audio_host_url: Option<String>

The audio host URL.

screen_data_url: Option<String>

The screen data URL.

screen_sharing_url: Option<String>

The screen sharing URL.

screen_viewing_url: Option<String>

The screen viewing URL.

signaling_url: Option<String>

The signaling URL.

turn_control_url: Option<String>

The turn control URL.

Trait Implementations

impl Clone for MediaPlacement[src]

impl Debug for MediaPlacement[src]

impl Default for MediaPlacement[src]

impl<'de> Deserialize<'de> for MediaPlacement[src]

impl PartialEq<MediaPlacement> for MediaPlacement[src]

impl StructuralPartialEq for MediaPlacement[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.