Skip to main content
December 4, 2012
Question

Conference link with login and password included

  • December 4, 2012
  • 1 reply
  • 1026 views

Hi,

I have been trying to find a way to make Adobe Connect send meeting invitation e-mails with login and password included in the link - unfortunately to no avail.

Does anyone know, if it's at all possible to do it and if so, how it's done?

I'm still on a trial version, but I've been assured, that it shoudn't be a problem.

Thanks in advance for any hints!

Kamil

    This topic has been closed for replies.

    1 reply

    Jorma_at_Knox
    Legend
    December 4, 2012

    Who assured you that this wouldn't be a problem? You should have a conversation with them about it, as they must know something.

    This is not possible to do programmatically. You could use the API's to append each invitation, but this means you would have to manually send out invitations to each user. Essentially, what would need to be placed after the URL for the room (placed in the invitation with the run time field), would be /api/xml?action=login&login=XXXX&password=XXXX. But, I don't believe that there is a way to automatically place the login and password into the URL based on the individual being sent the invite.

    Example link (not functional):

    http://realeyesconnect.adobeconnect.com/r29nglsi0h/api/xml?action=login&login=user@realeyesconnect.com&password=password

    April 8, 2013

    Hi Jorma,

    I have the same problem and tried this solution but unfortunately it doesn't work - I get the message:"The selected resource does not exist.". Did it work when you tried it?

    Best regards

    Jorma_at_Knox
    Legend
    April 8, 2013

    OK, I played with it and here is how I got it to work:

    Appending the URL:

    The URL would need to be appended with /?login=username&password=password. The "api/xml?action=" string was incorrect. I verified that this does work.

    The full URL would look similar to this: http://realeyesconnect.adobeconnect.com/bestroomever/?login=myusername&password=drowssap

    The login can also be done programmatically.You would need to do the following steps to get the log-in to be automatic.

    1. Log the individual into the server:
        • Should return a value of OK
    2. Get the BREEZESESSION cookie for the user:
    3. Log the user in to the room with the cookie:

    Guest names can also be added to the url link. These options are described here: http://help.adobe.com/en_US/connect/9.0/webservices/WS5b3ccc516d4fbf351e63e3d11a171dd2d4-7ff4_SP1.html