Skip to main content
October 13, 2017
Answered

Adobe Connect 8, logging in Host directly to a meeting without having to enter credentials.

  • October 13, 2017
  • 1 reply
  • 744 views

Hello All,

I have a question regarding Adobe Connect 8 Web API. We are creating an application where we generate public meetings on the fly by server side code that uses Adobe Connect API, We are able to create, update and delete meetings successfully. The URL is generated for the guest with querystring parameter "guestName=ABC", which makes it easy for the guest to join the meeting without going through the Selection (Guest/Log In) page. However for the host they always have to login manually.

Is there a way the host can login directly, for e.g. passing BREEZESSION as query string parameter and so on. Any help is really appreciated.

    This topic has been closed for replies.
    Correct answer Jorma_at_Knox

    Here is how you log into a Connect Meeting using the APi's: Adobe Connect 8 * Launch meetings with external authentication

    Use the information for entering as a Participant. If the credentials used are for an account with Host rights for the room, they should be promoted up to the appropriate role when they join the room.

    1 reply

    Jorma_at_Knox
    Jorma_at_KnoxCorrect answer
    Legend
    October 13, 2017

    Here is how you log into a Connect Meeting using the APi's: Adobe Connect 8 * Launch meetings with external authentication

    Use the information for entering as a Participant. If the credentials used are for an account with Host rights for the room, they should be promoted up to the appropriate role when they join the room.

    October 13, 2017

    Thanks flyingj481 this worked indeed.