Class: Aws::Chime::Types::MediaPlacement

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#audio_fallback_urlString

The audio fallback URL.

Returns:

  • (String)


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_urlString

The audio host URL.

Returns:

  • (String)


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_urlString

The event ingestion URL to which you send client meeting events.

Returns:

  • (String)


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_urlString

The screen data URL.

This parameter is is no longer supported and no longer used by the Amazon Chime SDK.

Returns:

  • (String)


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_urlString

The screen sharing URL.

This parameter is is no longer supported and no longer used by the Amazon Chime SDK..

Returns:

  • (String)


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_urlString

The screen viewing URL.

This parameter is is no longer supported and no longer used by the Amazon Chime SDK.

Returns:

  • (String)


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_urlString

The signaling URL.

Returns:

  • (String)


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_urlString

The turn control URL.

This parameter is is no longer supported and no longer used by the Amazon Chime SDK.

Returns:

  • (String)


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