Adobe Connect User Community
Menu

#1 2010-07-14 15:23:13

**_shrutikanda_**

Add USERS/participants to the meeting

I am using following API documentation .

Using that i was able to create a user/participant .

But Wondering using which API URL/method  one can add/assign users/participants to a particular meeting .


Please advice.
Thanks

Offline

#2 2010-07-14 23:22:37

**_eomedia_**

Re: Add USERS/participants to the meeting

shrutikanda,

The API call you are looking for is:

?action=permissions-update&acl-id=#meetingScoID#&principal-id=#userPrincipalID#&permission-id=#permission#&session=#loginCookie#

The above API call updates the specific principal (guest/participant) with permissions for the specific meeting (acl-id) while the permission-id allows you to set them as host/presenter/guest, etc.

Keep in mind that you must be logged in with the appropriate permissions prior to making this call.

Ryan
ConferenceEdge

Last edited by **_eomedia_** (2010-07-14 23:23:15)

Offline

#3 2010-07-20 12:24:12

**_shrutikanda_**

Re: Add USERS/participants to the meeting

After using above method to assign user to a particular meeting - THEN Is there is any way that user can get webinar/meeting notification emails automatically - for example - in the email user should get reminders and a clickable link to join the meeting/webinar  ?

Or we have to handle this manually?

Please advice.
Shruti

Offline

#4 2010-07-23 08:47:43

**_ashleyb_**

Re: Add USERS/participants to the meeting

It would appear that this is functionality that we have to handle manually.

You can get the list of invited people by looking at the out put from

"action=permissions-info&acl-id={meeting sco id}&principal-id=&filter-permission-id=host" for hosts

"action=permissions-info&acl-id={meeting sco id}&principal-id=&filter-permission-id=mini-host" for presenters

"action=permissions-info&acl-id={meeting sco id}&principal-id=&filter-permission-id=view" for participants

Hope this helps.

Offline

Board footer