Avatar

Employee
You can create another AdobeID using a different e-mail
address and use as your second login.



One thing to notice, though, is that when using the
AdobeHSAuthenticator there is no difference between a user with an
AdobeID that is not the account/room owner and a named guest. Both
will enter the meeting as guest and get promoted if you allow it.



If you want to experiment with different roles (because your
application uses more than the standard roles provided by Cocomo)
or you need to test with users with a "permanent" user ID you
should look at external authentication, where you create your users
and assign them the userID and role that you require.



The SDK comes with an example
(sdk/examples/ExternalAuthentication) that may help you (look at
the java or php code: they show a basic server-side application
that generates the authentication tokens using the name and role
that you set)