Class: Aws::ConnectParticipant::Types::WebRTCMediaPlacement
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::WebRTCMediaPlacement
- 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
-
#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.
-
#signaling_url ⇒ String
The signaling URL.
Instance Attribute Details
#audio_fallback_url ⇒ String
The audio fallback URL.
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_url ⇒ String
The audio host URL.
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_url ⇒ String
The event ingestion URL to which you send client meeting events.
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_url ⇒ String
The signaling URL.
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 |