Class: Aws::Chime::Types::MediaPlacement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::MediaPlacement
- Includes:
- Structure
- Defined in:
- 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.
5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-chime/types.rb', line 5961 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.
5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-chime/types.rb', line 5961 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.
5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-chime/types.rb', line 5961 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.
5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-chime/types.rb', line 5961 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.
5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-chime/types.rb', line 5961 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.
5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-chime/types.rb', line 5961 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.
5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-chime/types.rb', line 5961 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.
5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-chime/types.rb', line 5961 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 |