update_conference_provider
(**kwargs)¶Updates an existing conference provider's settings.
See also: AWS API Documentation
Request Syntax
response = client.update_conference_provider(
ConferenceProviderArn='string',
ConferenceProviderType='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'
}
)
[REQUIRED]
The ARN of the conference provider.
[REQUIRED]
The type of the conference provider.
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.
[REQUIRED]
The meeting settings for the conference provider.
The values that indicate whether the pin is always required.
dict
Response Syntax
{}
Response Structure
Exceptions
AlexaForBusiness.Client.exceptions.NotFoundException