You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::CreateProxySessionRequestWhen 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
The proxy session capabilities.
The number of minutes allowed for the proxy session.
The preference for matching the country or area code of the proxy phone number with that of the first participant.
The country and area code for the proxy phone number.
The name of the proxy session.
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
The participant phone numbers.
The Amazon Chime voice connector ID.
The proxy session capabilities.
#expiry_minutes ⇒ IntegerThe number of minutes allowed for the proxy session.
#geo_match_level ⇒ StringThe preference for matching the country or area code of the proxy phone number with that of the first participant.
Possible values:
The name of the proxy session.
#number_selection_behavior ⇒ StringThe preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
Possible values:
The participant phone numbers.
#voice_connector_id ⇒ StringThe 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