Copy link to clipboard
Copied
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.
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thanks flyingj481 this worked indeed.