public static interface MediaPlacement.Builder extends SdkPojo, CopyableBuilder<MediaPlacement.Builder,MediaPlacement>
| Modifier and Type | Method and Description |
|---|---|
MediaPlacement.Builder |
audioFallbackUrl(String audioFallbackUrl)
The audio fallback URL.
|
MediaPlacement.Builder |
audioHostUrl(String audioHostUrl)
The audio host URL.
|
MediaPlacement.Builder |
eventIngestionUrl(String eventIngestionUrl)
The event ingestion URL to which you send client meeting events.
|
MediaPlacement.Builder |
screenDataUrl(String screenDataUrl)
The screen data URL.
|
MediaPlacement.Builder |
screenSharingUrl(String screenSharingUrl)
The screen sharing URL.
|
MediaPlacement.Builder |
screenViewingUrl(String screenViewingUrl)
The screen viewing URL.
|
MediaPlacement.Builder |
signalingUrl(String signalingUrl)
The signaling URL.
|
MediaPlacement.Builder |
turnControlUrl(String turnControlUrl)
The turn control URL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMediaPlacement.Builder audioHostUrl(String audioHostUrl)
The audio host URL.
audioHostUrl - The audio host URL.MediaPlacement.Builder audioFallbackUrl(String audioFallbackUrl)
The audio fallback URL.
audioFallbackUrl - The audio fallback URL.MediaPlacement.Builder screenDataUrl(String screenDataUrl)
The screen data URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
screenDataUrl - The screen data URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
MediaPlacement.Builder screenSharingUrl(String screenSharingUrl)
The screen sharing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
screenSharingUrl - The screen sharing URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
MediaPlacement.Builder screenViewingUrl(String screenViewingUrl)
The screen viewing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
screenViewingUrl - The screen viewing URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
MediaPlacement.Builder signalingUrl(String signalingUrl)
The signaling URL.
signalingUrl - The signaling URL.MediaPlacement.Builder turnControlUrl(String turnControlUrl)
The turn control URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
turnControlUrl - The turn control URL. This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
MediaPlacement.Builder eventIngestionUrl(String eventIngestionUrl)
The event ingestion URL to which you send client meeting events.
eventIngestionUrl - The event ingestion URL to which you send client meeting events.Copyright © 2023. All rights reserved.