class Aws::Connect::Client
def start_web_rtc_contact(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
start_web_rtc_contact(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartWebRTCContact - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::StartWebRTCContactResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:description
(String
) -- -
:references
(Hash
) -- -
:related_contact_id
(String
) -- -
:participant_details
(required, Types::ParticipantDetails
) -- -
:allowed_capabilities
(Types::AllowedCapabilities
) -- -
:instance_id
(required, String
) -- -
:contact_flow_id
(required, String
) -- -
:client_token
(String
) -- -
:attributes
(Hash
) --
def start_web_rtc_contact(params = {}, options = {}) req = build_request(:start_web_rtc_contact, params) req.send_request(options) end