@Generated(value="software.amazon.awssdk:codegen") public final class MediaPlacement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MediaPlacement.Builder,MediaPlacement>
A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MediaPlacement.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
audioFallbackUrl()
The audio fallback URL.
|
String |
audioHostUrl()
The audio host URL.
|
static MediaPlacement.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventIngestionUrl()
The event ingestion URL to which you send client meeting events.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
screenDataUrl()
The screen data URL.
|
String |
screenSharingUrl()
The screen sharing URL.
|
String |
screenViewingUrl()
The screen viewing URL.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MediaPlacement.Builder> |
serializableBuilderClass() |
String |
signalingUrl()
The signaling URL.
|
MediaPlacement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
turnControlUrl()
The turn control URL.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String audioHostUrl()
The audio host URL.
public final String audioFallbackUrl()
The audio fallback URL.
public final String screenDataUrl()
The screen data URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public final String screenSharingUrl()
The screen sharing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
public final String screenViewingUrl()
The screen viewing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public final String signalingUrl()
The signaling URL.
public final String turnControlUrl()
The turn control URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
public final String eventIngestionUrl()
The event ingestion URL to which you send client meeting events.
public MediaPlacement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MediaPlacement.Builder,MediaPlacement>public static MediaPlacement.Builder builder()
public static Class<? extends MediaPlacement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.