| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
MediaPlacement |
MediaPlacement.clone() |
MediaPlacement |
Meeting.getMediaPlacement()
The media placement for the meeting.
|
MediaPlacement |
MediaPlacement.withAudioFallbackUrl(String audioFallbackUrl)
The audio fallback URL.
|
MediaPlacement |
MediaPlacement.withAudioHostUrl(String audioHostUrl)
The audio host URL.
|
MediaPlacement |
MediaPlacement.withEventIngestionUrl(String eventIngestionUrl)
The event ingestion URL to which you send client meeting events.
|
MediaPlacement |
MediaPlacement.withScreenDataUrl(String screenDataUrl)
The screen data URL.
|
MediaPlacement |
MediaPlacement.withScreenSharingUrl(String screenSharingUrl)
The screen sharing URL.
|
MediaPlacement |
MediaPlacement.withScreenViewingUrl(String screenViewingUrl)
The screen viewing URL.
|
MediaPlacement |
MediaPlacement.withSignalingUrl(String signalingUrl)
The signaling URL.
|
MediaPlacement |
MediaPlacement.withTurnControlUrl(String turnControlUrl)
The turn control URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Meeting.setMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
|
Meeting |
Meeting.withMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
|
Copyright © 2022. All rights reserved.