AlexaForBusiness.Client.
get_conference_provider
(**kwargs)¶Gets details about a specific conference provider.
See also: AWS API Documentation
Request Syntax
response = client.get_conference_provider(
ConferenceProviderArn='string'
)
[REQUIRED]
The ARN of the newly created conference provider.
{
'ConferenceProvider': {
'Arn': 'string',
'Name': 'string',
'Type': 'CHIME'|'BLUEJEANS'|'FUZE'|'GOOGLE_HANGOUTS'|'POLYCOM'|'RINGCENTRAL'|'SKYPE_FOR_BUSINESS'|'WEBEX'|'ZOOM'|'CUSTOM',
'IPDialIn': {
'Endpoint': 'string',
'CommsProtocol': 'SIP'|'SIPS'|'H323'
},
'PSTNDialIn': {
'CountryCode': 'string',
'PhoneNumber': 'string',
'OneClickIdDelay': 'string',
'OneClickPinDelay': 'string'
},
'MeetingSetting': {
'RequirePin': 'YES'|'NO'|'OPTIONAL'
}
}
}
Response Structure
The conference provider.
The ARN of the newly created conference provider.
The name of the conference provider.
The type of conference providers.
The IP endpoint and protocol for calling.
The IP address.
The protocol, including SIP, SIPS, and H323.
The information for PSTN conferencing.
The zip code.
The phone number to call to join the conference.
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
The meeting settings for the conference provider.
The values that indicate whether the pin is always required.
Exceptions
AlexaForBusiness.Client.exceptions.NotFoundException