Name
Last updated on
May 15, 2021
|
Also applies to Adobe Connect 9
Creates conference numbers for the specified provider for dialing in to audio conferences.
Note: This API deletes any existing conference numbers.
Syntax
http://server_name/api/xml?action=telephony-provider-conf-number-update&provider-id=integer&conf-number=integer&location=location
Parameters
|
Required? |
Description |
provider-id |
Y |
Integer specifying the provider ID for which the conference number is to be updated. |
conf-number |
Y |
Integer specifying the conference number to be updated. |
location |
Y |
String specifying the country code (for example, UK) of the location to be updated. |
Permission
You must have permission to modify the provider whose conference number is being updated.
Example
Request:
http://example.com/api/xml?action=telephony-provider-conf-number-update&provider-id=11712&conf-number=4567&location=USA
Response:
<results> <status code="ok"/> </results>