A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Chime/Types/CreateProxySessionRequest.html below:

CreateProxySessionRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::CreateProxySessionRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateProxySessionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  voice_connector_id: "NonEmptyString128",   participant_phone_numbers: ["E164PhoneNumber"],   name: "ProxySessionNameString",
  expiry_minutes: 1,
  capabilities: ["Voice"],   number_selection_behavior: "PreferSticky",   geo_match_level: "Country",   geo_match_params: {
    country: "Country",     area_code: "AreaCode",   },
}
Instance Attribute Summary collapse Instance Attribute Details #capabilities ⇒ Array<String>

The proxy session capabilities.

#expiry_minutes ⇒ Integer

The number of minutes allowed for the proxy session.

#geo_match_level ⇒ String

The preference for matching the country or area code of the proxy phone number with that of the first participant.

Possible values:

#name ⇒ String

The name of the proxy session.

#number_selection_behavior ⇒ String

The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

Possible values:

#participant_phone_numbers ⇒ Array<String>

The participant phone numbers.

#voice_connector_id ⇒ String

The Amazon Chime voice connector ID.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4