Class: Aws::ConnectParticipant::Types::WebRTCMediaPlacement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/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)


1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1077

class WebRTCMediaPlacement < Struct.new(
  :audio_host_url,
  :audio_fallback_url,
  :signaling_url,
  :event_ingestion_url)
  SENSITIVE = []
  include Aws::Structure
end

#audio_host_urlString

The audio host URL.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1077

class WebRTCMediaPlacement < Struct.new(
  :audio_host_url,
  :audio_fallback_url,
  :signaling_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)


1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1077

class WebRTCMediaPlacement < Struct.new(
  :audio_host_url,
  :audio_fallback_url,
  :signaling_url,
  :event_ingestion_url)
  SENSITIVE = []
  include Aws::Structure
end

#signaling_urlString

The signaling URL.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1077

class WebRTCMediaPlacement < Struct.new(
  :audio_host_url,
  :audio_fallback_url,
  :signaling_url,
  :event_ingestion_url)
  SENSITIVE = []
  include Aws::Structure
end