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.
screenDataUrl - The screen data URL.MediaPlacement.Builder screenSharingUrl(String screenSharingUrl)
The screen sharing URL.
screenSharingUrl - The screen sharing URL.MediaPlacement.Builder screenViewingUrl(String screenViewingUrl)
The screen viewing URL.
screenViewingUrl - The screen viewing URL.MediaPlacement.Builder signalingUrl(String signalingUrl)
The signaling URL.
signalingUrl - The signaling URL.MediaPlacement.Builder turnControlUrl(String turnControlUrl)
The turn control URL.
turnControlUrl - The turn control URL.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 © 2022. All rights reserved.