• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Audio Profiles

New Here ,
Dec 27, 2012 Dec 27, 2012

Copy link to clipboard

Copied

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.

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 02, 2013 Jan 02, 2013

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 03, 2013 Jan 03, 2013

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 14, 2013 Jan 14, 2013

Copy link to clipboard

Copied

LATEST

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...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines