XML API Tips: Adding a Telephony Profile to a Meeting Room
Another one of the undocumented workflows for Adobe Connect with regards to the XML API is adding telephony profiles to Adobe Connect Meeting rooms.
How do I add a telephony profile to a meeting?
https://connectURL/api/xml?action=acl-field-update&field-id=telephony-profile&value=XXXXXXXX&acl-id=XXXXXXXX
Where:
action=acl-field-update
field-id = set to ‘telephony-profile’
value = profile-id value
acl-id = meeting sco-id value
Results:
<results><results>
<status code=”ok”/>
</results>
To find the profile-id, you can run the telephony-profile-list API call, which will list the API caller’s telephony profiles.