Adobe Connect User Community
Menu

#1 2013-09-23 23:25:02

Francisco Gois

Using web service - Launch a meeting and let the user enter as guest

if I use this link (http://example.com/employeeMeeting/?guestName=joy), the user will enter in the meeting using the guestname Joy.

How can I pass the guest´s email to Adobe Connet? There is something like "?guestUser=joy@gmail.com"?

Offline

#2 2013-09-24 09:36:44

Jorma_at_CoSo

Re: Using web service - Launch a meeting and let the user enter as guest

A guest joining your room will only have a name, as far as Connect is concerned. If you need Connect to retain their email and other information, you will need to make the call to create them as a registered user and then you can log them in by passing the username and password in the URL (server/meeting/?action=login&login=joysmith&password=drowssap). Alternatively, you can use their session cookie, as described in the webservices doc, if they are already logged in.

Offline

Board footer