Class: Aws::Chime::Types::MediaPlacement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::MediaPlacement
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/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 to which you send client meeting events.
-
#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.
6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6127 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :screen_data_url, :screen_sharing_url, :screen_viewing_url, :signaling_url, :turn_control_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#audio_host_url ⇒ String
The audio host URL.
6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6127 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :screen_data_url, :screen_sharing_url, :screen_viewing_url, :signaling_url, :turn_control_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#event_ingestion_url ⇒ String
The event ingestion URL to which you send client meeting events.
6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6127 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :screen_data_url, :screen_sharing_url, :screen_viewing_url, :signaling_url, :turn_control_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#screen_data_url ⇒ String
The screen data URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6127 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :screen_data_url, :screen_sharing_url, :screen_viewing_url, :signaling_url, :turn_control_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#screen_sharing_url ⇒ String
The screen sharing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6127 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :screen_data_url, :screen_sharing_url, :screen_viewing_url, :signaling_url, :turn_control_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#screen_viewing_url ⇒ String
The screen viewing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6127 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :screen_data_url, :screen_sharing_url, :screen_viewing_url, :signaling_url, :turn_control_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#signaling_url ⇒ String
The signaling URL.
6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6127 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :screen_data_url, :screen_sharing_url, :screen_viewing_url, :signaling_url, :turn_control_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |
#turn_control_url ⇒ String
The turn control URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6127 class MediaPlacement < Struct.new( :audio_host_url, :audio_fallback_url, :screen_data_url, :screen_sharing_url, :screen_viewing_url, :signaling_url, :turn_control_url, :event_ingestion_url) SENSITIVE = [] include Aws::Structure end |