Class: Aws::ChimeSDKMeetings::Types::MediaPlacement
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::MediaPlacement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_fallback_url ⇒ String
The audio fallback URL.
-
#audio_host_url ⇒ String
The audio host URL.
-
#event_ingestion_url ⇒ String
The event ingestion URL.
-
#screen_data_url ⇒ String
The screen data URL.
-
#screen_sharing_url ⇒ String
The screen sharing URL.
-
#screen_viewing_url ⇒ String
The screen viewing URL.
-
#signaling_url ⇒ String
The signaling URL.
-
#turn_control_url ⇒ String
The turn control URL.
Instance Attribute Details
#audio_fallback_url ⇒ String
The audio fallback URL.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1229 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :signaling_url, :turn_control_url, :screen_data_url, :screen_viewing_url, :screen_sharing_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#audio_host_url ⇒ String
The audio host URL.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1229 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :signaling_url, :turn_control_url, :screen_data_url, :screen_viewing_url, :screen_sharing_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#event_ingestion_url ⇒ String
The event ingestion URL.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1229 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :signaling_url, :turn_control_url, :screen_data_url, :screen_viewing_url, :screen_sharing_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#screen_data_url ⇒ String
The screen data URL.
**This parameter is deprecated and no longer used by the Amazon Chime SDK.**
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1229 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :signaling_url, :turn_control_url, :screen_data_url, :screen_viewing_url, :screen_sharing_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#screen_sharing_url ⇒ String
The screen sharing URL.
**This parameter is deprecated and no longer used by the Amazon Chime SDK.**
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1229 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :signaling_url, :turn_control_url, :screen_data_url, :screen_viewing_url, :screen_sharing_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#screen_viewing_url ⇒ String
The screen viewing URL.
**This parameter is deprecated and no longer used by the Amazon Chime SDK.**
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1229 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :signaling_url, :turn_control_url, :screen_data_url, :screen_viewing_url, :screen_sharing_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#signaling_url ⇒ String
The signaling URL.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1229 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :signaling_url, :turn_control_url, :screen_data_url, :screen_viewing_url, :screen_sharing_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#turn_control_url ⇒ String
The turn control URL.
**This parameter is deprecated and no longer used by the Amazon Chime SDK.**
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1229 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :signaling_url, :turn_control_url, :screen_data_url, :screen_viewing_url, :screen_sharing_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |