Skip to main content
Participant
December 27, 2012
Question

Audio Profiles

  • December 27, 2012
  • 1 reply
  • 1101 views

We currently create meetings via the web services API. However the audio conference bridge is not associated by default.

Is it possible to assign the audio profile via web services?

The documentation shows you can edit,delete and create the profile but nothing about assigning that profile to a meeting

or

Is it possible via the adobe portal to have the audio profile autmatically asscociated to any meeting created for that account?

Thanks for any feedback in advance.

http://help.adobe.com/en_US/connect/9.0/webservices/WSc0dcc5922abc44bd571464d2127da61dbfe-8000.html

Link to the documentation above.

    This topic has been closed for replies.

    1 reply

    Jorma_at_Knox
    Legend
    January 2, 2013

    I don't believe there is a method to assign a phone bridge to a room upon creation at this time.

    There is no method for assigning a default phone bridge to every room created.

    Brian_D_LAuthor
    Participant
    January 3, 2013

    In Adobe Connect 8 this happened by default and I verified this with an Adobe support rep. Currently the issue is being escalated. I'll follow up to this post with the response and hopefully the solution as well.

    Brian_D_LAuthor
    Participant
    January 14, 2013

    Apparently this was not put in the documentation by Adobe. The solution is below.

    You will need to look up the profile-id first with this documented function.

    Get the profile-id from the audio profile you would like to use and add in the API call below.

    Action = acl-field-update

    Params  = field-id = set to 'telephony-profile'

    = value = set to profile-id value

    = acl-id = set to meeting sco-id value

    Example:

    https://{serverURL}/api/xml?action=acl-field-update&field-id=telephony-profile&value=XXXXXXXX&acl-id=XXXXXXXX