Adobe Connect User Community
Menu

#1 2016-09-13 08:13:40

Bruno Gasparetto

Set passcode to Recordings in the Adobe Connect 9 using the API

Hi,

I'm trying set the passcode to a Recording. The API respondes with Ok message, but the Recording still without the passcode.

I tried the permissions-update in the recording to set public:

http://server_name/api/xml?action=permissions-update&acl-id=123456789&principal-id=public-access&permission-id=view&session=cookieFromAnAdminUserLogged

After set the permission I tried set the passcode using the acl-field-update like this:

http://example.com/api/xml?action=acl-field-update&acl-id=123456789&field-id=meeting-passcode&value=aBea12Ce&session=cookieFromAnAdminUserLogged

In the Adobe Connect Admin Panel the permission is Public, but the passcode is not set.

This way I set the passcode for Meetings, but for Recordings is not working. I tried change the field-id to recording-passcode, but the API response is an error.

Anyone knows set the passcode to Recording?

Last edited by Bruno Gasparetto (2016-09-13 08:21:24)

Offline

#2 2016-09-13 10:44:24

Jorma_at_CoSo

Re: Set passcode to Recordings in the Adobe Connect 9 using the API

Looking at what happens when the UI is used to set the passcode, it looks like you may need to also make a call of is-mtg-passcode-req=true. See if adding that helps.

Adobe%20Connect%20-%20API%20-%20Meeting%20Passcode.JPG

Offline

#3 2016-09-13 11:54:32

Bruno Gasparetto

Re: Set passcode to Recordings in the Adobe Connect 9 using the API

Thanks, Jorma_at_RealEyes.

Using your answer I tried many calls and this works fine:

https://server_name.com/api/xml?
    action=acl-field-update
    &acl-id=123456789
    &field-id=meeting-passcode
    &value=password
    &is-mtg-passcode-req=true
    &permission-id=view-only
    &principal-id=public-access
    &session=cookieFromAnAdminUserLogged

Edit:
But before is necessary set the permission to public.

Last edited by Bruno Gasparetto (2016-09-13 14:31:19)

Offline

Board footer